From b5fa72510d43a99a6679fb7518312c602b126ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Wed, 28 Aug 2024 09:16:12 +0000 Subject: [PATCH] Fix 'nlohmann::json' type forwarding --- include/Client_Session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Client_Session.h b/include/Client_Session.h index caf73c673..1e6cdd401 100644 --- a/include/Client_Session.h +++ b/include/Client_Session.h @@ -13,7 +13,7 @@ #ifndef PROXYJSON #define PROXYJSON -namespace nlohmann { class json; } +#include "../deps/json/json_fwd.hpp" #endif // PROXYJSON class MySQL_Session;