From dc29f214814425c56db73128dc58d8f83c4cff8e Mon Sep 17 00:00:00 2001 From: drbh Date: Sun, 13 Aug 2023 09:25:53 -0400 Subject: [PATCH] adds cassert header --- tests/test-grammar-parser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-grammar-parser.cpp b/tests/test-grammar-parser.cpp index ab80c9431..7022988b4 100644 --- a/tests/test-grammar-parser.cpp +++ b/tests/test-grammar-parser.cpp @@ -4,6 +4,7 @@ #include "llama.h" #include "examples/grammar-parser.cpp" +#include int main() {