[llvm] d127d00 - [Support] Include <utility> in AllocatorBase.h
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 07:54:48 PDT 2025
Author: Kazu Hirata
Date: 2025-09-25T07:54:42-07:00
New Revision: d127d00c19578ae7c227b94a70e39d626bf125cf
URL: https://github.com/llvm/llvm-project/commit/d127d00c19578ae7c227b94a70e39d626bf125cf
DIFF: https://github.com/llvm/llvm-project/commit/d127d00c19578ae7c227b94a70e39d626bf125cf.diff
LOG: [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/
Added:
Modified:
llvm/include/llvm/Support/AllocatorBase.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/AllocatorBase.h b/llvm/include/llvm/Support/AllocatorBase.h
index 3cfc4425bd406..6414c5dc5122c 100644
--- a/llvm/include/llvm/Support/AllocatorBase.h
+++ b/llvm/include/llvm/Support/AllocatorBase.h
@@ -28,6 +28,7 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MemAlloc.h"
#include <type_traits>
+#include <utility>
namespace llvm {
More information about the llvm-commits
mailing list