Skip to content

Commit c51c3a2

Browse files
committed
cont : add missing headers
ggml-ci
1 parent aa87e9d commit c51c3a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/json-schema-to-grammar.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#define JSON_ASSERT GGML_ASSERT
77
#include <nlohmann/json_fwd.hpp>
88

9+
#include <functional>
10+
#include <string>
11+
912
std::string json_schema_to_grammar(const nlohmann::ordered_json & schema,
1013
bool force_gbnf = false);
1114

0 commit comments

Comments
 (0)