Skip to content

Commit 05f7f73

Browse files
committed
[libc++] try fix localisation ci
1 parent f51d873 commit 05f7f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/include/complex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ template<class T> complex<T> tanh (const complex<T>&);
260260
# include <__cxx03/complex>
261261
#else
262262
# include <__config>
263+
# include <__cstddef/size_t.h>
263264
# include <__fwd/complex.h>
264265
# include <__fwd/tuple.h>
265266
# include <__tuple/tuple_element.h>

0 commit comments

Comments
 (0)