Propagate debug info when building SelectionDAG.
[oota-llvm.git] / include / llvm / CodeGen / ELFRelocation.h
index 2120d7323bdcd24f64086bada5c052e4d66624c5..c3f88f1ad6ac3d4f4d54b78b9f376213052e4027 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Christopher Lamb and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -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,4 @@ namespace llvm {
 
 } // end llvm namespace
 
-#endif // LLVM_CODEGEN_ELF_RELOCATION_H
\ No newline at end of file
+#endif // LLVM_CODEGEN_ELF_RELOCATION_H