From: Chris Lattner Date: Sun, 8 Jan 2006 09:10:46 +0000 (+0000) Subject: Fix the build on platforms where doesn't define NULL X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8605a475f69da1f0181903cee7a8e9910cc1b9c;p=oota-llvm.git Fix the build on platforms where doesn't define NULL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25147 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/ET-Forest.h b/include/llvm/Analysis/ET-Forest.h index 892a0b5f880..02b0f762342 100644 --- a/include/llvm/Analysis/ET-Forest.h +++ b/include/llvm/Analysis/ET-Forest.h @@ -30,6 +30,7 @@ #define LLVM_ANALYSIS_ETFOREST_H #include +#include namespace llvm { class ETNode;