Files
Peninsula/patches/badaix-jsonrpcpp/0001-Remove-json.hpp-and-fix-C-support.patch
T
2026-01-18 04:00:55 +01:00

28 lines
710 B
Diff

From 344c9b970ecf8e66c3e89f5c4a4d2b9106b5486e Mon Sep 17 00:00:00 2001
From: Xaymar <info@xaymar.com>
Date: Sun, 18 Jan 2026 03:53:06 +0100
Subject: [PATCH] Use actual nlohmann/json.hpp include
---
include/json.hpp | 24765 ----------------------------------------
include/jsonrpcpp.hpp | 2 +-
1 files changed, 1 insertion(+), 1 deletions(-)
delete mode 100644 include/json.hpp
diff --git a/include/jsonrpcpp.hpp b/include/jsonrpcpp.hpp
index 1cea0ac..236850c 100644
--- a/include/jsonrpcpp.hpp
+++ b/include/jsonrpcpp.hpp
@@ -23,7 +23,7 @@
#define JSON_RPC_HPP
// nlohmann-json
-#include <json.hpp>
+#include <nlohmann/json.hpp>
// standard headers
#include <cstring>
--
2.48.1.windows.1