[libcxx-commits] [libcxx] 64a0241 - [libc++] IWYU <__utility/pair.h> in <__functional/hash.h>. NFCI.
Arthur O'Dwyer via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 1 15:14:37 PDT 2021
Author: Arthur O'Dwyer
Date: 2021-07-01T18:12:30-04:00
New Revision: 64a0241d64c274eb40fc1cf8b9f938ca013873a1
URL: https://github.com/llvm/llvm-project/commit/64a0241d64c274eb40fc1cf8b9f938ca013873a1
DIFF: https://github.com/llvm/llvm-project/commit/64a0241d64c274eb40fc1cf8b9f938ca013873a1.diff
LOG: [libc++] IWYU <__utility/pair.h> in <__functional/hash.h>. NFCI.
This was the only thing preventing any one of our detail headers from
compiling on its own.
Added:
Modified:
libcxx/include/__functional/hash.h
Removed:
################################################################################
diff --git a/libcxx/include/__functional/hash.h b/libcxx/include/__functional/hash.h
index e169ebc6ea598..eb715e4b9c890 100644
--- a/libcxx/include/__functional/hash.h
+++ b/libcxx/include/__functional/hash.h
@@ -14,6 +14,7 @@
#include <__tuple>
#include <__utility/forward.h>
#include <__utility/move.h>
+#include <__utility/pair.h>
#include <__utility/swap.h>
#include <cstdint>
#include <cstring>
More information about the libcxx-commits
mailing list