From 39210af3e59c929cba6de2d39ef1c32835f6388b Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Thu, 29 May 2025 11:04:36 +0200 Subject: Move to VCPKG (#2068) * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls. --- src/archivefiletree.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/archivefiletree.h') diff --git a/src/archivefiletree.h b/src/archivefiletree.h index 3b95769d..89ef5be0 100644 --- a/src/archivefiletree.h +++ b/src/archivefiletree.h @@ -20,8 +20,8 @@ along with Mod Organizer. If not, see . #ifndef ARCHIVEFILENETRY_H #define ARCHIVEFILENTRY_H -#include "archive.h" -#include "ifiletree.h" +#include +#include /** * -- cgit v1.3.1