[libcxx-commits] [PATCH] D155116: [libc++][Modules] Restore the <string> include to <__format/format_functions.h>

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 15 08:29:45 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG33fe4dc91e34: [libc++][Modules] Restore the <string> include to <__format/format_functions.h> (authored by iana).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155116

Files:
  libcxx/include/__format/format_functions.h


Index: libcxx/include/__format/format_functions.h
===================================================================
--- libcxx/include/__format/format_functions.h
+++ libcxx/include/__format/format_functions.h
@@ -37,6 +37,7 @@
 #include <__iterator/iterator_traits.h> // iter_value_t
 #include <__variant/monostate.h>
 #include <array>
+#include <string>
 #include <string_view>
 
 #ifndef _LIBCPP_HAS_NO_LOCALIZATION


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155116.540689.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230715/49226c5e/attachment-0001.bin>


More information about the libcxx-commits mailing list