[libcxx-commits] [libcxx] [libc++] try fix localisation ci (PR #145213)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 21 23:30:22 PDT 2025
https://github.com/huixie90 created https://github.com/llvm/llvm-project/pull/145213
None
>From 05f7f73e7f0ebbe3b2db4fa4008c113e659d3b55 Mon Sep 17 00:00:00 2001
From: Hui Xie <hui.xie1990 at gmail.com>
Date: Sun, 22 Jun 2025 07:29:35 +0100
Subject: [PATCH] [libc++] try fix localisation ci
---
libcxx/include/complex | 1 +
1 file changed, 1 insertion(+)
diff --git a/libcxx/include/complex b/libcxx/include/complex
index e9baec04d9465..d8ec3d95c10ed 100644
--- a/libcxx/include/complex
+++ b/libcxx/include/complex
@@ -260,6 +260,7 @@ template<class T> complex<T> tanh (const complex<T>&);
# include <__cxx03/complex>
#else
# include <__config>
+# include <__cstddef/size_t.h>
# include <__fwd/complex.h>
# include <__fwd/tuple.h>
# include <__tuple/tuple_element.h>
More information about the libcxx-commits
mailing list