diff options
-rw-r--r-- | include/llvm/CodeGen/ELFRelocation.h | 5 |
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 + |