Add include for chat-parser.h in test-chat.cpp
This commit is contained in:
parent
d1de95910c
commit
60dfa033fd
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue