From d0d1f44ac77d4ce8c644e1fe2360ae0904f4e1a7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 26 Oct 2022 22:40:22 +0200 Subject: add missing namespace declaration --- serialize/json-helper.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'serialize') diff --git a/serialize/json-helper.hpp b/serialize/json-helper.hpp index c6dadf53..ebac9eba 100644 --- a/serialize/json-helper.hpp +++ b/serialize/json-helper.hpp @@ -5,6 +5,8 @@ #include #include +namespace floormat { + struct json_helper final { template [[nodiscard]] @@ -41,3 +43,5 @@ void json_helper::to_json(const t& self, const std::filesystem::path& pathname) s << '\n'; s.flush(); } + +} // namespace floormat -- cgit v1.2.3