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

#include <forstio/codec/data.hpp>
#include <forstio/codec/math.hpp>

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