File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
libcxx/include/__locale_dir/locale_base_api Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 10
10
#ifndef _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
11
11
#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
12
12
13
+ #include < __config>
14
+ #include < string.h>
15
+ #include < time.h>
16
+ #ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
17
+ # include < wctype.h>
18
+ #endif
19
+
13
20
#include < xlocale.h>
14
21
15
22
#endif // _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
Original file line number Diff line number Diff line change 10
10
#ifndef _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
11
11
#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
12
12
13
+ #include < __config>
14
+ #include < string.h>
15
+ #include < time.h>
16
+ #ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
17
+ # include < wctype.h>
18
+ #endif
19
+
13
20
#include < xlocale.h>
14
21
15
22
#endif // _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
You can’t perform that action at this time.
0 commit comments