summaryrefslogtreecommitdiff
path: root/src/spawn.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/spawn.cpp
parenteddc30a47f3daefbe4ef29b5de261a1e18949dd3 (diff)
Update following USVFS move to VCPKG. (#2244)
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp
index 83ac720e..3b00e2b3 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -36,7 +36,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <errorcodes.h>
#include <log.h>
#include <report.h>
-#include <usvfs.h>
+#include <usvfs/usvfs.h>
using namespace MOBase;
using namespace MOShared;