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