Skip to content

Commit d127d00

Browse files
[Support] Include <utility> in AllocatorBase.h
This should fix the build breakage reported in: https://green.lab.llvm.org/job/llvm.org/job/clang-stage2-Rthinlto/1200/
1 parent 56a1cbb commit d127d00

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
@@ -28,6 +28,7 @@
2828
#include "llvm/Support/Compiler.h"
2929
#include "llvm/Support/MemAlloc.h"
3030
#include <type_traits>
31+
#include <utility>
3132

3233
namespace llvm {
3334

0 commit comments

Comments
 (0)