Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSSupport.h
index d36be9bb3aff300e8ddd846bfea548b65971cd9a..cc989f77361297f42a9e4a4d0e249560485e92dc 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef LLVM_ANALYSIS_DSSUPPORT_H
 #define LLVM_ANALYSIS_DSSUPPORT_H
 
+#include <assert.h>
+
 #include <vector>
 #include <functional>
 #include <string>