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 4266c0b9cb
commit 60499c68b3

View File

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