From e8605a475f69da1f0181903cee7a8e9910cc1b9c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 8 Jan 2006 09:10:46 +0000 Subject: [PATCH] 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 --- include/llvm/Analysis/ET-Forest.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1