[libcxx-commits] [libcxx] [libc++][chrono] Loads tzdata.zi in tzdb. (PR #74928)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 15 13:40:58 PST 2024
================
@@ -19,7 +19,7 @@
# include <__availability>
# include <__chrono/tzdb.h>
# include <forward_list>
-# include <string_view>
+# include <string>
----------------
ldionne wrote:
Why is this include needed? I can't find where we use `std::string` here.
https://github.com/llvm/llvm-project/pull/74928
More information about the libcxx-commits
mailing list