From: Christopher Lamb Date: Mon, 30 Apr 2007 23:54:10 +0000 (+0000) Subject: Implement review feedback. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5443779d5a58426073cf0525bb78f732059311b9;p=oota-llvm.git Implement review feedback. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36603 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 +