From e4169fe9ccea224d2b8cdffc9e7ce93610ca705a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 8 May 2024 14:21:00 +0000 Subject: [PATCH] Fixed compiling on fwd_eof_query.cpp --- .../tests_with_deps/deprecate_eof_support/fwd_eof_query.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tap/tests_with_deps/deprecate_eof_support/fwd_eof_query.cpp b/test/tap/tests_with_deps/deprecate_eof_support/fwd_eof_query.cpp index 5eb35f4c6..903dd54f3 100644 --- a/test/tap/tests_with_deps/deprecate_eof_support/fwd_eof_query.cpp +++ b/test/tap/tests_with_deps/deprecate_eof_support/fwd_eof_query.cpp @@ -1,3 +1,7 @@ +#include "../deps/json/json.hpp" +using json = nlohmann::json; +#define PROXYJSON + #include #include #include