Add chat-parser.h include to server-task.cpp
This commit is contained in:
parent
dd4c0b4788
commit
d1de95910c
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue