change MCContext to work on the doInitialization/doFinalization model
[oota-llvm.git] / include / llvm / MC / MCInstPrinter.h
index d20d8d2c8367e54999f9f9c979a94bde914efea3..a18cbd94bbbf1a1a0933e31d4b11dd8c2d10f395 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef LLVM_MC_MCINSTPRINTER_H
 #define LLVM_MC_MCINSTPRINTER_H
 
+#include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Format.h"
 
 namespace llvm {