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

#include <forstio/codec/data.hpp>

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