Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / Analysis / DSGraphTraits.h
index 34e0e825d284b40f2bbd7e4cdefbccf59f25759f..7a2191927352fbd88047d9bf4ed4c11ff0b40f05 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef LLVM_ANALYSIS_DSGRAPHTRAITS_H
 #define LLVM_ANALYSIS_DSGRAPHTRAITS_H
 
+#include <assert.h>
+
 #include "llvm/Analysis/DSGraph.h"
 #include "Support/GraphTraits.h"
 #include "Support/iterator"