Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / DerivedTypes.h
index 3e9450ab7fdd3336a04822efb63b71bd1d4c5d03..ed1856f770bc2b2463a6c879f9e67455788e2436 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef LLVM_DERIVED_TYPES_H
 #define LLVM_DERIVED_TYPES_H
 
+#include <assert.h>
+
 #include "llvm/Type.h"
 
 class DerivedType : public Type {