summaryrefslogtreecommitdiff
path: root/tests/test-json-schema-to-grammar.cpp
diff options
context:
space:
mode:
authorJohannes Gäßler <johannesg@5d6.de>2024-05-08 21:53:08 +0200
committerGitHub <noreply@github.com>2024-05-08 21:53:08 +0200
commitc12452c7aec8a02264afc00196a13caa591a13ac (patch)
tree59fb7c3e827b71dac73312194cb24592eebac7a0 /tests/test-json-schema-to-grammar.cpp
parent9da243b36ac0b9d609adfaaa4c8f1cc8c592f737 (diff)
JSON: [key] -> .at(key), assert() -> GGML_ASSERT (#7143)
Diffstat (limited to 'tests/test-json-schema-to-grammar.cpp')
-rwxr-xr-xtests/test-json-schema-to-grammar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-json-schema-to-grammar.cpp b/tests/test-json-schema-to-grammar.cpp
index b2ce4d26..c5361b5b 100755
--- a/tests/test-json-schema-to-grammar.cpp
+++ b/tests/test-json-schema-to-grammar.cpp
@@ -2,6 +2,7 @@
#undef NDEBUG
#endif
+#include <cassert>
#include <fstream>
#include <sstream>
#include <regex>