From c12452c7aec8a02264afc00196a13caa591a13ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=A4=C3=9Fler?= Date: Wed, 8 May 2024 21:53:08 +0200 Subject: JSON: [key] -> .at(key), assert() -> GGML_ASSERT (#7143) --- tests/test-json-schema-to-grammar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-json-schema-to-grammar.cpp') 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 #include #include #include -- cgit v1.2.3