summaryrefslogtreecommitdiffstats
path: root/llvm.patch
blob: b9f70d5f8a90f5139a7a21b94f216fd28c1c592e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- llvm-project/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h.orig	2020-01-29 10:02:44.222689214 -0600
+++ llvm-project/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h	2020-01-29 10:03:02.007354450 -0600
@@ -16,6 +16,8 @@
 #include "llvm/Demangle/DemangleConfig.h"
 #include "llvm/Demangle/StringView.h"
 #include <array>
+#include <cstdint>
+#include <string>
 
 namespace llvm {
 namespace itanium_demangle {