1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/llarp/fs.hpp
Jeff Becker 02dfb7c3a9
more
2018-04-08 08:18:16 -04:00

8 lines
133 B
C++

#ifndef LLARP_FS_HPP
#define LLARP_FS_HPP
#include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#endif