Skip to content

Commit 98b1752

Browse files
thanmtstellar
authored andcommitted
Merging r366572:
------------------------------------------------------------------------ r366572 | thanm | 2019-07-19 06:13:54 -0700 (Fri, 19 Jul 2019) | 12 lines [NFC] include cstdint/string prior to using uint8_t/string 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 ------------------------------------------------------------------------
1 parent 474037d commit 98b1752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#include "llvm/Demangle/DemangleConfig.h"
1717
#include "llvm/Demangle/StringView.h"
1818
#include <array>
19+
#include <cstdint>
20+
#include <string>
1921

2022
namespace llvm {
2123
namespace itanium_demangle {

0 commit comments

Comments
 (0)