diff options
Diffstat (limited to 'modules/codec/c++/schema.hpp')
-rw-r--r-- | modules/codec/c++/schema.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp index 4549916..1feb951 100644 --- a/modules/codec/c++/schema.hpp +++ b/modules/codec/c++/schema.hpp @@ -1,7 +1,7 @@ #pragma once -#include <forstio/common.h> -#include <forstio/string_literal.h> +#include <forstio/common.hpp> +#include <forstio/string_literal.hpp> namespace saw { namespace schema { |