X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FDWARFCompileUnit.h;h=2a74605fcb2d3d3d3a63f9b580d190dc5f2b1864;hb=9bcad42c3aadab118b6ed5f30f2ea0d87228fd3f;hp=de70b2e2a90e251bc1cd82fe40e60a3459070b01;hpb=72f7bfbf0e02bb11d3e7cca1f9598c5f9d9fa2ca;p=oota-llvm.git diff --git a/lib/DebugInfo/DWARFCompileUnit.h b/lib/DebugInfo/DWARFCompileUnit.h index de70b2e2a90..2a74605fcb2 100644 --- a/lib/DebugInfo/DWARFCompileUnit.h +++ b/lib/DebugInfo/DWARFCompileUnit.h @@ -13,6 +13,7 @@ #include "DWARFDebugAbbrev.h" #include "DWARFDebugInfoEntry.h" #include "DWARFDebugRangeList.h" +#include "DWARFRelocMap.h" #include namespace llvm { @@ -20,7 +21,6 @@ namespace llvm { class DWARFDebugAbbrev; class StringRef; class raw_ostream; -typedef DenseMap > RelocAddrMap; class DWARFCompileUnit { const DWARFDebugAbbrev *Abbrev;