[libcxx-commits] [PATCH] D149545: [libc++] Fixes CI breakage.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Apr 30 05:38:41 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149545

Files:
  libcxx/include/__utility/pair.h


Index: libcxx/include/__utility/pair.h
===================================================================
--- libcxx/include/__utility/pair.h
+++ libcxx/include/__utility/pair.h
@@ -14,6 +14,7 @@
 #include <__concepts/different_from.h>
 #include <__config>
 #include <__functional/unwrap_ref.h>
+#include <__fwd/array.h>
 #include <__fwd/get.h>
 #include <__fwd/subrange.h>
 #include <__fwd/tuple.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149545.518298.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230430/d520c35c/attachment.bin>


More information about the libcxx-commits mailing list