Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / lib / VMCore / ConstantFolding.h
index 2401ad7596b2b5ff7c7e7531bb03a69083844a89..7589bb9a35c6ee36d1f3b8f60a0234ede8bb0eb0 100644 (file)
@@ -33,6 +33,8 @@
 #ifndef LLVM_CONSTANTHANDLING_H
 #define LLVM_CONSTANTHANDLING_H
 
+#include <assert.h>
+
 #include "llvm/Constants.h"
 #include "llvm/Type.h"
 class PointerType;