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