Fix the build on platforms where <cassert> doesn't define NULL

llvm-svn: 25147
This commit is contained in:
Chris Lattner 2006-01-08 09:10:46 +00:00
parent a60738316e
commit 305ff42562
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#define LLVM_ANALYSIS_ETFOREST_H
#include <cassert>
#include <cstdlib>
namespace llvm {
class ETNode;