summaryrefslogtreecommitdiff
path: root/modules/core/c++/schema.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/c++/schema.hpp')
-rw-r--r--modules/core/c++/schema.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/core/c++/schema.hpp b/modules/core/c++/schema.hpp
new file mode 100644
index 0000000..7712f99
--- /dev/null
+++ b/modules/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;
+}
+}
+}