From 60dfa033fd9f851e2987047d7bb0c5f706afbab1 Mon Sep 17 00:00:00 2001 From: Sheldon Robinson Date: Thu, 4 Dec 2025 21:37:11 -0500 Subject: [PATCH] Add include for chat-parser.h in test-chat.cpp --- tests/test-chat.cpp | 1 + 1 file changed, 1 insertion(+) 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"