diff options
Diffstat (limited to 'lib/core/c++/schema.hpp')
| -rw-r--r-- | lib/core/c++/schema.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/core/c++/schema.hpp b/lib/core/c++/schema.hpp new file mode 100644 index 0000000..0c92ae6 --- /dev/null +++ b/lib/core/c++/schema.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include <forstio/codec/schema.hpp> + +namespace kel { + namespace lbm { + namespace sch { + using namespace saw::schema; + } + } +} |
