diff --git a/src/json.hpp b/src/json.hpp index c04408b28..ff3fe8263 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -10199,7 +10199,7 @@ class basic_json const bool is_little_endian = true; /// the vector that is used as output - std::vector v; + std::vector v {}; }; public: