Skip to content

Commit 6a3c567

Browse files
committed
Fix uint64_t undeclared in cpp-unicodelib
1 parent 370f8be commit 6a3c567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thirdparty/cpp-unicodelib/unicodelib.h

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

1010
#include <algorithm>
1111
#include <cstdlib>
12+
#include <cstdint>
1213
#include <cstring>
1314
#include <string>
1415
#include <unordered_map>

0 commit comments

Comments
 (0)