diff options
Diffstat (limited to 'modules/codec/c++/stream_value.hpp')
-rw-r--r-- | modules/codec/c++/stream_value.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/codec/c++/stream_value.hpp b/modules/codec/c++/stream_value.hpp index 30dff75..80613ea 100644 --- a/modules/codec/c++/stream_value.hpp +++ b/modules/codec/c++/stream_value.hpp @@ -1,9 +1,9 @@ #pragma once -#include "schema.hpp +#include "schema.hpp" -#include <forstio/buffer.h> -#include <forstio/error.h> +#include <forstio/buffer.hpp> +#include <forstio/error.hpp> #include <cstdint> #include <cstring> |