summaryrefslogtreecommitdiff
path: root/src/shared/util.cpp
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2025-05-22 19:35:44 +0200
committerGitHub <noreply@github.com>2025-05-22 19:35:44 +0200
commita41028fafcab47ba0d07b975bbb9abde420f4335 (patch)
tree0647a4f12ea631febb62eaddef191c9f74295567 /src/shared/util.cpp
parenteddc30a47f3daefbe4ef29b5de261a1e18949dd3 (diff)
Update following USVFS move to VCPKG. (#2244)
Diffstat (limited to 'src/shared/util.cpp')
-rw-r--r--src/shared/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/util.cpp b/src/shared/util.cpp
index 55a76c23..f17c21b9 100644
--- a/src/shared/util.cpp
+++ b/src/shared/util.cpp
@@ -22,8 +22,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "../mainwindow.h"
#include "windows_error.h"
#include <log.h>
-#include <usvfs.h>
-#include <usvfs_version.h>
+#include <usvfs/usvfs.h>
+#include <usvfs/usvfs_version.h>
using namespace MOBase;