@ -9,3 +9,4 @@
* fmt: https://github.com/fmtlib/fmt
* concurrentqueue: https://github.com/cameron314/concurrentqueue
* scope_guard: https://github.com/Neargye/scope_guard
* expected-lite: https://github.com/martinmoene/expected-lite
@ -19,8 +19,10 @@
#pragma once
#include "ghc/filesystem.hpp"
#include "nonstd/expected.hpp"
namespace fs
{
typedef ECPath nonstd::expected<
ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path);
}