no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / build / build-clang / llvmorg-10-init-136-gb288d90b39f4.patch
blobc5ca0ba0eea437c251b04009571862e2646e59bd
1 From 79e6696d121b978b4482ce74119c6bbc7a9ce30f Mon Sep 17 00:00:00 2001
2 From: Than McIntosh <thanm@google.com>
3 Date: Fri, 19 Jul 2019 13:13:54 +0000
4 Subject: [PATCH] [NFC] include cstdint/string prior to using uint8_t/string
6 Summary: include proper header prior to use of uint8_t typedef
7 and std::string.
9 Subscribers: llvm-commits
11 Reviewers: cherry
13 Tags: #llvm
15 Differential Revision: https://reviews.llvm.org/D64937
17 llvm-svn: 366572
18 ---
19 llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h | 2 ++
20 1 file changed, 2 insertions(+)
22 diff --git a/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h b/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
23 index 9e3478e9fd29..efd55339418b 100644
24 --- a/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
25 +++ b/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
26 @@ -4,6 +4,8 @@
27 #include "llvm/Demangle/Compiler.h"
28 #include "llvm/Demangle/StringView.h"
29 #include <array>
30 +#include <cstdint>
31 +#include <string>
33 class OutputStream;
35 --
36 2.41.0.3.g1cb8d410ac