From cd16957f7d938bd5a334d2c23e4d1a7e604436cf Mon Sep 17 00:00:00 2001 From: Mason M Date: Tue, 4 Feb 2025 11:54:48 -0400 Subject: [PATCH] Add variant include --- common/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.h b/common/common.h index a1925d774..417eb546c 100644 --- a/common/common.h +++ b/common/common.h @@ -8,6 +8,7 @@ #include #include #include +#include // Change JSON_ASSERT from assert() to GGML_ASSERT: #define JSON_ASSERT GGML_ASSERT #include "json.hpp"