From: Frederic Riss Date: Wed, 11 Mar 2015 18:46:01 +0000 (+0000) Subject: [dsymutil] Add missing headers. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fb149691974a4d3ba47062c7bbdf648834b9001d;p=oota-llvm.git [dsymutil] Add missing headers. No build failure, found by code inspection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/dsymutil/DwarfLinker.cpp b/tools/dsymutil/DwarfLinker.cpp index 10abfd34237..4e3dc528178 100644 --- a/tools/dsymutil/DwarfLinker.cpp +++ b/tools/dsymutil/DwarfLinker.cpp @@ -11,6 +11,8 @@ #include "DebugMap.h" #include "dsymutil.h" #include "llvm/ADT/IntervalMap.h" +#include "llvm/ADT/StringMap.h" +#include "llvm/ADT/STLExtras.h" #include "llvm/CodeGen/AsmPrinter.h" #include "llvm/CodeGen/DIE.h" #include "llvm/DebugInfo/DWARF/DWARFContext.h"