summaryrefslogtreecommitdiff
path: root/examples/server/utils.hpp
diff options
context:
space:
mode:
authorIwan Kawrakow <iwan.kawrakow@gmail.com>2025-06-08 14:49:50 +0300
committerIwan Kawrakow <iwan.kawrakow@gmail.com>2025-06-08 14:49:50 +0300
commit1eabdb420b3b7b8464bb2b44d9e797b141a580f6 (patch)
treebb82646712256a8f3155b19dd0d39e6b7d782bbe /examples/server/utils.hpp
parent8a5f8573aefc23282200041abbfa12886083334a (diff)
Revert "Rpc improvement (#480)"
This reverts commit 8a5f8573aefc23282200041abbfa12886083334a.
Diffstat (limited to 'examples/server/utils.hpp')
-rw-r--r--examples/server/utils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/server/utils.hpp b/examples/server/utils.hpp
index 1aaa445e..70be0748 100644
--- a/examples/server/utils.hpp
+++ b/examples/server/utils.hpp
@@ -6,6 +6,7 @@
// Change JSON_ASSERT from assert() to GGML_ASSERT:
#define JSON_ASSERT GGML_ASSERT
#include "json.hpp"
+
#include <string>
#include <vector>
#include <sstream>