diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-05-22 19:35:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-22 19:35:44 +0200 |
| commit | a41028fafcab47ba0d07b975bbb9abde420f4335 (patch) | |
| tree | 0647a4f12ea631febb62eaddef191c9f74295567 /src/mainwindow.cpp | |
| parent | eddc30a47f3daefbe4ef29b5de261a1e18949dd3 (diff) | |
Update following USVFS move to VCPKG. (#2244)
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 8c91083b..bdc40f68 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -76,7 +76,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <safewritefile.h> #include <scopeguard.h> #include <taskprogressmanager.h> -#include <usvfs.h> +#include <usvfs/usvfs.h> #include <utility.h> #include "directoryrefresher.h" |
