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/spawn.cpp | |
| parent | eddc30a47f3daefbe4ef29b5de261a1e18949dd3 (diff) | |
Update following USVFS move to VCPKG. (#2244)
Diffstat (limited to 'src/spawn.cpp')
| -rw-r--r-- | src/spawn.cpp | 2 |
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; |
