[llvm-commits] CVS: llvm/include/llvm/Analysis/ET-Forest.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 8 01:10:57 PST 2006
Changes in directory llvm/include/llvm/Analysis:
ET-Forest.h updated: 1.1 -> 1.2
---
Log message:
Fix the build on platforms where <cassert> doesn't define NULL
---
Diffs of the changes: (+1 -0)
ET-Forest.h | 1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Analysis/ET-Forest.h
diff -u llvm/include/llvm/Analysis/ET-Forest.h:1.1 llvm/include/llvm/Analysis/ET-Forest.h:1.2
--- llvm/include/llvm/Analysis/ET-Forest.h:1.1 Sun Jan 8 02:19:58 2006
+++ llvm/include/llvm/Analysis/ET-Forest.h Sun Jan 8 03:10:46 2006
@@ -30,6 +30,7 @@
#define LLVM_ANALYSIS_ETFOREST_H
#include <cassert>
+#include <cstdlib>
namespace llvm {
class ETNode;
More information about the llvm-commits
mailing list