We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216d398 commit b002e4fCopy full SHA for b002e4f
utf8-string-lib/utf8_string.hpp
@@ -3,6 +3,8 @@
3
#include <vector>
4
#include <string>
5
#include <cstring>
6
+#include <cstdint>
7
+#include <cstddef>
8
9
#define ONE_BYTE 0b0000'0000 // first bit 0
10
#define TWO_BYTE 0b1100'0000 // first three bits 110
0 commit comments