Skip to content

Commit 9dcea9b

Browse files
committed
Add missing includes on Apple and FreeBSD
1 parent a64bfb2 commit 9dcea9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcxx/include/__locale_dir/locale_base_api/apple.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_APPLE_H
1212

1313
#include <__config>
14+
#include <ctype.h>
1415
#include <string.h>
1516
#include <time.h>
1617
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS

libcxx/include/__locale_dir/locale_base_api/freebsd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#define _LIBCPP___LOCALE_DIR_LOCALE_BASE_API_FREEBSD_H
1212

1313
#include <__config>
14+
#include <ctype.h>
1415
#include <string.h>
1516
#include <time.h>
1617
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS

0 commit comments

Comments
 (0)