summaryrefslogtreecommitdiff
path: root/lib/core/c++/schema.hpp
blob: 7712f99d923bac0c5186e3873cbeffc0aa1c085b (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <forstio/codec/schema.hpp>

namespace kel {
namespace lbm {
namespace sch {
using namespace saw::schema;
}
}
}