Add peg-parser.h include to chat-parser.h

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

View File

@ -1,6 +1,7 @@
#pragma once
#include "chat.h"
#include "peg-parser.h"
#include "chat-parser-xml-toolcall.h"
#include "json-partial.h"
#include "regex-partial.h"