summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wat-lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wat-lexer.h b/src/wat-lexer.h
index d73c11faf..7b6c93552 100644
--- a/src/wat-lexer.h
+++ b/src/wat-lexer.h
@@ -15,6 +15,7 @@
*/
#include <cstddef>
+#include <cstdint>
#include <cstring>
#include <iterator>
#include <optional>