diff options
author | Eric Christopher <echristo@gmail.com> | 2019-04-12 06:16:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2019-04-12 06:16:33 +0000 |
commit | b6c190da23129860e14cbcfe582a875d693c7219 (patch) | |
tree | 33698052bc1cc2447d7e0de20eab9ecac18d253e /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | ac79ef8f0ec23aaaf485ec2da4ef7cadd36e3aa6 (diff) | |
download | llvm-b6c190da23129860e14cbcfe582a875d693c7219.zip llvm-b6c190da23129860e14cbcfe582a875d693c7219.tar.gz llvm-b6c190da23129860e14cbcfe582a875d693c7219.tar.bz2 |
Include what's used in a few cpp files - these were getting transitive
includes from MCDwarf.h.
llvm-svn: 358254
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index eeddba5..65d3071 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -22,6 +22,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/IntervalMap.h" +#include "llvm/ADT/MapVector.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallSet.h" #include "llvm/ADT/SmallVector.h" |