From 467db2e9086bdffb9adfcb2143684471c061f206 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 18 Jul 2023 14:10:13 +0200 Subject: Add missing includes for cstdint Worked with older STL because the types leaked. --- src/utf.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utf.hh') diff --git a/src/utf.hh b/src/utf.hh index 7625b1b..619f176 100644 --- a/src/utf.hh +++ b/src/utf.hh @@ -3,6 +3,7 @@ #ifndef UTF_HH #define UTF_HH +#include #include char* read_utf8(char const* in, size_t max, uint32_t* out); -- cgit v1.2.3-70-g09d2