From 799da3f1457c20504cfe9c15a37f038407fc4170 Mon Sep 17 00:00:00 2001 From: Christopher Lamb Date: Mon, 30 Apr 2007 23:54:10 +0000 Subject: [PATCH] Implement review feedback. llvm-svn: 36603 --- include/llvm/CodeGen/ELFRelocation.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/ELFRelocation.h b/include/llvm/CodeGen/ELFRelocation.h index 2120d7323bd..1c0b3e9cc3c 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 +