diff --git a/tests/test-chat.cpp b/tests/test-chat.cpp index 62dd1583fa..10fff79249 100644 --- a/tests/test-chat.cpp +++ b/tests/test-chat.cpp @@ -6,6 +6,7 @@ // cmake -B build && cmake --build build --parallel && ./build/bin/test-chat ../minja/build/tests/*.jinja 2>/dev/null // #include "chat.h" +#include "chat-parser.h" #include "log.h"