forked from OSchip/llvm-project
Fix the build on platforms where <cassert> doesn't define NULL
llvm-svn: 25147
This commit is contained in:
parent
a60738316e
commit
305ff42562
|
@ -30,6 +30,7 @@
|
|||
#define LLVM_ANALYSIS_ETFOREST_H
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
|
||||
namespace llvm {
|
||||
class ETNode;
|
||||
|
|
Loading…
Reference in New Issue