Skip to content

Commit b002e4f

Browse files
committedMar 19, 2024
added additional headers
1 parent 216d398 commit b002e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎utf8-string-lib/utf8_string.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <vector>
44
#include <string>
55
#include <cstring>
6+
#include <cstdint>
7+
#include <cstddef>
68

79
#define ONE_BYTE 0b0000'0000 // first bit 0
810
#define TWO_BYTE 0b1100'0000 // first three bits 110

0 commit comments

Comments
 (0)