diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-05 11:10:44 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-04-05 11:10:44 +0200 |
| commit | b4df0d5f6088ced4e89c24ef01c63b47b4842ba5 (patch) | |
| tree | 5eb3278fdf5c6c47b9e289067bb0065e8d3e540d /modules/codec | |
| parent | f242d4f6a0b922247aa72cb85337586da5136b7a (diff) | |
| download | forstio-forstio-b4df0d5f6088ced4e89c24ef01c63b47b4842ba5.tar.gz | |
codec: Fixing include
Diffstat (limited to 'modules/codec')
| -rw-r--r-- | modules/codec/c++/schema.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec/c++/schema.hpp b/modules/codec/c++/schema.hpp index a992a84..3c5bce5 100644 --- a/modules/codec/c++/schema.hpp +++ b/modules/codec/c++/schema.hpp @@ -1,6 +1,7 @@ #pragma once #include <forstio/common.hpp> +#include <forstio/templates.hpp> #include <forstio/string_literal.hpp> namespace saw { |
