diff options
Diffstat (limited to 'modules/codec-json/c++/json.hpp')
-rw-r--r-- | modules/codec-json/c++/json.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/codec-json/c++/json.hpp b/modules/codec-json/c++/json.hpp index d81a508..c7e4203 100644 --- a/modules/codec-json/c++/json.hpp +++ b/modules/codec-json/c++/json.hpp @@ -1,8 +1,8 @@ #pragma once -#include <forstio/buffer.h> -#include <forstio/common.h> -#include <forstio/codec/data.h> +#include <forstio/buffer.hpp> +#include <forstio/common.hpp> +#include <forstio/codec/data.hpp> #include <algorithm> @@ -60,7 +60,7 @@ public: }; } -#include "json.tmpl.hpp +#include "json.tmpl.hpp" namespace saw { |