lokinet/llarp/fs.hpp

9 lines
133 B
C++
Raw Normal View History

2018-04-08 12:18:16 +00:00
#ifndef LLARP_FS_HPP
#define LLARP_FS_HPP
#include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#endif