diff --git a/examples/grammar-parser.cpp b/examples/grammar-parser.cpp index 9ff57d92f..56dc7da2f 100644 --- a/examples/grammar-parser.cpp +++ b/examples/grammar-parser.cpp @@ -3,6 +3,8 @@ #include #include #include +#include +#include namespace grammar_parser { uint16_t get_symbol_id(parse_state & state, const char * src, size_t len) {