Skip to content

Commit 37ef303

Browse files
committed
Add missing include diagnosed by the modules build.
1 parent e37de5d commit 37ef303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Support/AllocatorBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
#include "llvm/Support/Compiler.h"
2323
#include "llvm/Support/MemAlloc.h"
24+
#include <type_traits>
2425

2526
namespace llvm {
2627

0 commit comments

Comments
 (0)