summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2019-12-04 07:48:30 -0800
committerDavid Blaikie <dblaikie@gmail.com>2019-12-04 08:41:08 -0800
commit9b962d83ece841e43fd2823375dc6ddc94c1b178 (patch)
tree6b3196f2296bc35fefae400dae4b3f5dfc3bd128
parent8c1e1d14827343a901c048f6468eb19619991828 (diff)
downloadbcm5719-llvm-9b962d83ece841e43fd2823375dc6ddc94c1b178.tar.gz
bcm5719-llvm-9b962d83ece841e43fd2823375dc6ddc94c1b178.zip
Add some missing includes to MicrosoftDemangle.cpp (PR44217)
-rw-r--r--llvm/lib/Demangle/MicrosoftDemangle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp
index c681d6e25b8..9239ec992cb 100644
--- a/llvm/lib/Demangle/MicrosoftDemangle.cpp
+++ b/llvm/lib/Demangle/MicrosoftDemangle.cpp
@@ -23,7 +23,9 @@
#include <array>
#include <cctype>
+#include <cstdint>
#include <cstdio>
+#include <string>
#include <tuple>
using namespace llvm;
OpenPOWER on IntegriCloud