Included assert.h so that the code compiles under newer versions of GCC.
[oota-llvm.git] / include / llvm / CodeGen / InstrSelection.h
index c1ed86ed4363dce9283e7af96761bef04832d6e4..a305578bfbbdca58a9a6001286ffe006876f6e14 100644 (file)
@@ -8,6 +8,7 @@
 #define LLVM_CODEGEN_INSTR_SELECTION_H
 
 #include "llvm/Instruction.h"
+#include <assert.h>
 class Function;
 class InstrForest;
 class MachineInstr;