Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / DSGraph.h
index eebefa5f5dd6dd451d21e16c20b2d6d1283e1fe9..1d6c073e5730a831ef5f04b0c90564d322f89ad4 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef LLVM_ANALYSIS_DSGRAPH_H
 #define LLVM_ANALYSIS_DSGRAPH_H
 
+#include <assert.h>
+
 #include "llvm/Analysis/DSNode.h"
 
 //===----------------------------------------------------------------------===//