summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/BinaryObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/CodeGen/BinaryObject.h')
-rw-r--r--include/llvm/CodeGen/BinaryObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/BinaryObject.h b/include/llvm/CodeGen/BinaryObject.h
index 9e2ef18202..3ade7c9e47 100644
--- a/include/llvm/CodeGen/BinaryObject.h
+++ b/include/llvm/CodeGen/BinaryObject.h
@@ -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 {