Skip to content

Commit 810fdfd

Browse files
committed
[ADT] STLFunctionalExtras.h - fix llvm-include-order clang-tidy warning
1 parent d4a8a59 commit 810fdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/STLFunctionalExtras.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
#include "llvm/ADT/STLForwardCompat.h"
1919

20+
#include <cstdint>
2021
#include <type_traits>
2122
#include <utility>
22-
#include <cstdint>
2323

2424
namespace llvm {
2525

0 commit comments

Comments
 (0)