diff --git a/src/json.hpp b/src/json.hpp index 1bde08ce..39db611c 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -115,6 +115,39 @@ SOFTWARE. */ namespace nlohmann { +template +struct adl_serializer; + +// forward declaration of basic_json (required to split the class) +template