]> granicus.if.org Git - llvm/commitdiff
[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)
committerThan McIntosh <thanm@google.com>
Fri, 19 Jul 2019 13:13:54 +0000 (13:13 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366572 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Demangle/MicrosoftDemangleNodes.h

index da9d9d5bfdc0c171062575f07104c1751c384edc..3d47471f0ef0e3c81b54a3b3023131c38e914e2e 100644 (file)
@@ -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 {