[PATCH] D121941: Include missing header to fix libstdc++ builds.
Sterling Augustine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 12:22:50 PDT 2022
saugustine created this revision.
Herald added a reviewer: JDevlieghere.
Herald added a project: All.
saugustine requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D121941
Files:
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
Index: llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
===================================================================
--- llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
+++ llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
@@ -98,6 +98,7 @@
#include <string>
#include <system_error>
#include <tuple>
+#include <unordered_map>
#include <utility>
#include <vector>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121941.416281.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220317/f5c72ba3/attachment.bin>
More information about the llvm-commits
mailing list