We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474037d commit 98b1752Copy full SHA for 98b1752
llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
@@ -16,6 +16,8 @@
16
#include "llvm/Demangle/DemangleConfig.h"
17
#include "llvm/Demangle/StringView.h"
18
#include <array>
19
+#include <cstdint>
20
+#include <string>
21
22
namespace llvm {
23
namespace itanium_demangle {
0 commit comments