Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / IGNode.h
index 2b782436aad5de3aada516438142799d4179b9b1..3b1344b85eddf8387a69b1691c2970f6332cd8c7 100644 (file)
@@ -26,6 +26,7 @@
 #define IG_NODE_H
 
 #include "llvm/CodeGen/LiveRange.h"
+#include <assert.h>
 class RegClass;
 
 //----------------------------------------------------------------------------