Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / DataStructure / DSNode.h
index 5d4fc742675f881cce516222867fc203c08561ef..b147077deee200581f00b876855613142b863099 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef LLVM_ANALYSIS_DSNODE_H
 #define LLVM_ANALYSIS_DSNODE_H
 
+#include <assert.h>
+
 #include "llvm/Analysis/DSSupport.h"
 template<typename BaseType>
 class DSNodeIterator;          // Data structure graph traversal iterator