[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 07:34:44 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc1994e54ffdb: [libc++] Fixes CI breakage. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149545/new/

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.518310.patch
Type: text/x-patch
Size: 401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230430/badd27ae/attachment.bin>


More information about the libcxx-commits mailing list