mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 04:11:27 +00:00
Fix the build on platforms where <cassert> doesn't define NULL
llvm-svn: 25147
This commit is contained in:
parent
4266c0b9cb
commit
60499c68b3
@ -30,6 +30,7 @@
|
||||
#define LLVM_ANALYSIS_ETFOREST_H
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace llvm {
|
||||
class ETNode;
|
||||
|
Loading…
Reference in New Issue
Block a user