diff options
Diffstat (limited to 'c++/args.hpp')
-rw-r--r-- | c++/args.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/c++/args.hpp b/c++/args.hpp new file mode 100644 index 0000000..99c6172 --- /dev/null +++ b/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; +} +} +} |