diff --git a/src/fs_find_mount_point.hpp b/src/fs_find_mount_point.hpp index f0e8df16..f5390bc5 100644 --- a/src/fs_find_mount_point.hpp +++ b/src/fs_find_mount_point.hpp @@ -19,9 +19,10 @@ #pragma once #include "ghc/filesystem.hpp" -#include "nonstd/expected.hpp" + +#include "fs_ecpath.hpp" namespace fs { - ghc::filesystem::path find_mount_point(const ghc::filesystem::path &path); + fs::ECPath find_mount_point(const ghc::filesystem::path &path); }