Kagome
Polkadot Runtime Engine in C++17
common.hpp
Go to the documentation of this file.
1 
6 #ifndef KAGOME_FILESYSTEM_COMMON_HPP
7 #define KAGOME_FILESYSTEM_COMMON_HPP
8 
9 #include <boost/filesystem.hpp>
10 
11 namespace kagome::filesystem {
12  using namespace boost::filesystem;
13 }
14 
15 #endif // KAGOME_FILESYSTEM_COMMON_HPP