Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / InstForest.h
index 243b0fdd054542d81a4bf42e7a391b0c4161c5b2..81b3506414e07f8ef2d285e9559885102fba34dc 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Function.h"
 #include "Support/Tree.h"
 #include <map>
+#include <assert.h>
 
 template<class Payload> class InstTreeNode;
 template<class Payload> class InstForest;