Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / IPModRef.h
index eed264f9785b3cf17b78d6e6b99ab0faf458bd74..a32203308c76ac3fb84056dfb5acb869bf3023cb 100644 (file)
@@ -39,6 +39,8 @@
 #ifndef LLVM_ANALYSIS_IPMODREF_H
 #define LLVM_ANALYSIS_IPMODREF_H
 
+#include <assert.h>
+
 #include "llvm/Pass.h"
 #include "Support/BitSetVector.h"
 #include "Support/hash_map"