Skip to content

Commit 71d1b4c

Browse files
committed
[ItaniumDemangle] Make it independent of LLVM again. NFC
1 parent 63a4cae commit 71d1b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Demangle/ItaniumDemangle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#include "DemangleConfig.h"
2020
#include "StringViewExtras.h"
2121
#include "Utility.h"
22-
#include "llvm/Support/Compiler.h"
2322
#include <algorithm>
2423
#include <cctype>
24+
#include <cstdint>
2525
#include <cstdio>
2626
#include <cstdlib>
2727
#include <cstring>

0 commit comments

Comments
 (0)