[llvm] 9b962d8 - Add some missing includes to MicrosoftDemangle.cpp (PR44217)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 08:42:12 PST 2019
Author: David Blaikie
Date: 2019-12-04T08:41:08-08:00
New Revision: 9b962d83ece841e43fd2823375dc6ddc94c1b178
URL: https://github.com/llvm/llvm-project/commit/9b962d83ece841e43fd2823375dc6ddc94c1b178
DIFF: https://github.com/llvm/llvm-project/commit/9b962d83ece841e43fd2823375dc6ddc94c1b178.diff
LOG: Add some missing includes to MicrosoftDemangle.cpp (PR44217)
Added:
Modified:
llvm/lib/Demangle/MicrosoftDemangle.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp
index c681d6e25b87..9239ec992cb2 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;
More information about the llvm-commits
mailing list