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 1010#ifndef _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
1111#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
1212
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+
1320#include < xlocale.h>
1421
1522#endif // _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
Original file line number Diff line number Diff line change 1010#ifndef _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
1111#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
1212
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+
1320#include < xlocale.h>
1421
1522#endif // _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
You can’t perform that action at this time.
0 commit comments