mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
9 lines
133 B
C++
9 lines
133 B
C++
|
#ifndef LLARP_FS_HPP
|
||
|
#define LLARP_FS_HPP
|
||
|
|
||
|
#include <experimental/filesystem>
|
||
|
|
||
|
namespace fs = std::experimental::filesystem;
|
||
|
|
||
|
#endif
|