Reference RegionPass to stop it being eliminated.
[oota-llvm.git] / include / llvm / CodeGen / BinaryObject.h
index 9e2ef18202b0869136d3d43da477b04f0272ac21..3ade7c9e47cd113e45c3a76d6e6c6bdf810c7ce9 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef LLVM_CODEGEN_BINARYOBJECT_H
 #define LLVM_CODEGEN_BINARYOBJECT_H
 
+#include "llvm/CodeGen/MachineRelocation.h"
 #include "llvm/System/DataTypes.h"
 
 #include <string>
@@ -22,7 +23,6 @@
 
 namespace llvm {
 
-class MachineRelocation;
 typedef std::vector<uint8_t> BinaryData;
 
 class BinaryObject {