Skip to content

Commit 07362b3

Browse files
authored
Add explicit include for <cstdint> (#5458)
This fixes the following error when compiling with GCC 13: "'uint64_t' does not name a type"
1 parent b5476c6 commit 07362b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wat-lexer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
#include <cstddef>
18+
#include <cstdint>
1819
#include <cstring>
1920
#include <iterator>
2021
#include <optional>

0 commit comments

Comments
 (0)