Add variant include

This commit is contained in:
Mason M 2025-02-04 11:54:48 -04:00
parent becf9b4003
commit cd16957f7d

View file

@ -8,6 +8,7 @@
#include <string>
#include <vector>
#include <sstream>
#include <variant>
// Change JSON_ASSERT from assert() to GGML_ASSERT:
#define JSON_ASSERT GGML_ASSERT
#include "json.hpp"