Add chat-parser.h include to server-task.cpp

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

View File

@ -4,6 +4,7 @@
#include "common.h"
#include "llama.h"
#include "chat.h"
#include "chat-parser.h"
#include "sampling.h"
#include "json-schema-to-grammar.h"