#ifndef LLARP_FS_HPP #define LLARP_FS_HPP #ifndef PATH_SEP #define PATH_SEP "/" #endif #include namespace fs = std::experimental::filesystem; #endif