diff --git a/include/dpp/json.h b/include/dpp/json.h index bfbf3bebf9..14f95ffd95 100644 --- a/include/dpp/json.h +++ b/include/dpp/json.h @@ -26,5 +26,7 @@ #endif namespace dpp { - using json = nlohmann::json; + +using json = nlohmann::json; + } diff --git a/include/dpp/json_fwd.h b/include/dpp/json_fwd.h index e5d8870ea8..6f4ecb3594 100644 --- a/include/dpp/json_fwd.h +++ b/include/dpp/json_fwd.h @@ -26,5 +26,7 @@ #endif namespace dpp { - using json = nlohmann::json; + +using json = nlohmann::json; + }