Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / ConstantsScanner.h
index 8035409bbf949483d23e8a3e77d8806f0cd3960f..c3d112f27b94f9a20f69bbd7da9a2ac77e5b601e 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef LLVM_ANALYSIS_CONSTANTSSCANNER_H
 #define LLVM_ANALYSIS_CONSTANTSSCANNER_H
 
+#include <assert.h>
+
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Instruction.h"
 #include "Support/iterator"