From 8e7d5ccd705b0104675cffeeea8eb6df580904f9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:38:48 -0500 Subject: [PATCH] fs_find_mount_point.hpp --- src/fs_find_mount_point.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); }