Add include for chat-parser.h in test-chat.cpp

This commit is contained in:
Sheldon Robinson 2025-12-04 21:37:11 -05:00 committed by GitHub
parent d1de95910c
commit 60dfa033fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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"