summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/ELFRelocation.h
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-04-30 23:54:10 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-04-30 23:54:10 +0000
commit5443779d5a58426073cf0525bb78f732059311b9 (patch)
treec3990fd543841d1105c04935450b510a0c8ae172 /include/llvm/CodeGen/ELFRelocation.h
parent77edc4b1b004726d96c932356750b9f3c96d74dd (diff)
downloadllvm-5443779d5a58426073cf0525bb78f732059311b9.tar.gz
llvm-5443779d5a58426073cf0525bb78f732059311b9.tar.bz2
llvm-5443779d5a58426073cf0525bb78f732059311b9.tar.xz
Implement review feedback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ELFRelocation.h')
-rw-r--r--include/llvm/CodeGen/ELFRelocation.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ELFRelocation.h b/include/llvm/CodeGen/ELFRelocation.h
index 2120d7323b..1c0b3e9cc3 100644
--- a/include/llvm/CodeGen/ELFRelocation.h
+++ b/include/llvm/CodeGen/ELFRelocation.h
@@ -14,6 +14,8 @@
#ifndef LLVM_CODEGEN_ELF_RELOCATION_H
#define LLVM_CODEGEN_ELF_RELOCATION_H
+#include "llvm/Support/DataTypes.h"
+
namespace llvm {
/// ELFRelocation - This class contains all the information necessary to
@@ -46,4 +48,5 @@ namespace llvm {
} // end llvm namespace
-#endif // LLVM_CODEGEN_ELF_RELOCATION_H \ No newline at end of file
+#endif // LLVM_CODEGEN_ELF_RELOCATION_H
+