[PATCH] [NFC] include cstdint/string prior to using uint8_t/string
authorThan McIntosh <thanm@google.com>
Fri, 19 Jul 2019 13:13:54 +0000 (13:13 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 15 Aug 2020 20:34:33 +0000 (21:34 +0100)
Summary: include proper header prior to use of uint8_t typedef
and std::string.

Subscribers: llvm-commits

Reviewers: cherry

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64937

llvm-svn: 366572

Gbp-Pq: Name b288d90b39f4b905c02092a9bfcfd6d78f99b191.patch

include/llvm/Demangle/MicrosoftDemangleNodes.h

index 9e3478e9fd29c5029b765d2b74e68210d3b9b982..efd55339418bdc6db975dded70a3e8177c04aed5 100644 (file)
@@ -4,6 +4,8 @@
 #include "llvm/Demangle/Compiler.h"
 #include "llvm/Demangle/StringView.h"
 #include <array>
+#include <cstdint>
+#include <string>
 
 class OutputStream;