Skip to content

Commit c1f6b68

Browse files
committed
include cstdint
1 parent 4dfaaa1 commit c1f6b68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime-common/stdlib/string/ctype-functions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <algorithm>
1010
#include <cctype>
11+
#include <cstdint>
1112

1213
namespace ctype_impl_ {
1314
inline bool ctype_impl(const mixed& text, int (*iswhat)(int), bool allow_digits, bool allow_minus) noexcept {

0 commit comments

Comments
 (0)