diff options
Diffstat (limited to 'src/utf.hh')
| -rw-r--r-- | src/utf.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #ifndef UTF_HH #define UTF_HH +#include <cstdint> #include <string> char* read_utf8(char const* in, size_t max, uint32_t* out); |
