Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / CodeGen / MachineInstrAnnot.h
index e1902e77b38b4726a32f821717c0e321a539e23a..b7e22d8138349840cb589011b81b822c794751d5 100644 (file)
@@ -10,6 +10,8 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Target/TargetRegInfo.h"
 
+#include <assert.h>
+
 class Value;
 class TmpInstruction;
 class CallInst;