Implement review feedback.
authorChristopher Lamb <christopher.lamb@gmail.com>
Mon, 30 Apr 2007 23:54:10 +0000 (23:54 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Mon, 30 Apr 2007 23:54:10 +0000 (23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36603 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ELFRelocation.h

index 2120d7323bdcd24f64086bada5c052e4d66624c5..1c0b3e9cc3c8a4c5e21e05fe0b8a24b6c1eb7b1d 100644 (file)
@@ -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
+