summaryrefslogtreecommitdiffstats
path: root/llvm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'llvm.patch')
-rw-r--r--llvm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm.patch b/llvm.patch
new file mode 100644
index 0000000..b9f70d5
--- /dev/null
+++ b/llvm.patch
@@ -0,0 +1,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 {