tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

llvmorg-10-init-136-gb288d90b39f4.patch (1011B)


      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
      5 
      6 Summary: include proper header prior to use of uint8_t typedef
      7 and std::string.
      8 
      9 Subscribers: llvm-commits
     10 
     11 Reviewers: cherry
     12 
     13 Tags: #llvm
     14 
     15 Differential Revision: https://reviews.llvm.org/D64937
     16 
     17 llvm-svn: 366572
     18 ---
     19 llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h | 2 ++
     20 1 file changed, 2 insertions(+)
     21 
     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>
     32 
     33 class OutputStream;
     34 
     35 -- 
     36 2.41.0.3.g1cb8d410ac