summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/core/c++/lbm.hpp2
-rw-r--r--lib/core/c++/schema.hpp11
2 files changed, 13 insertions, 0 deletions
diff --git a/lib/core/c++/lbm.hpp b/lib/core/c++/lbm.hpp
index 39c42af..aff38e9 100644
--- a/lib/core/c++/lbm.hpp
+++ b/lib/core/c++/lbm.hpp
@@ -1,5 +1,7 @@
#pragma once
+#include "schema.hpp"
+#include "flatten.hpp"
#include "descriptor.hpp"
#include "boundary.hpp"
#include "converter.hpp"
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;
+ }
+ }
+}