mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 03:45:32 +00:00
Unshield include fix
This commit is contained in:
parent
a8a2b44b0f
commit
abf49267ea
1 changed files with 4 additions and 1 deletions
|
@ -15,10 +15,13 @@
|
|||
#include "existinginstallationpage.hpp"
|
||||
#include "installationtargetpage.hpp"
|
||||
#include "componentselectionpage.hpp"
|
||||
#include "installationpage.hpp"
|
||||
#include "importpage.hpp"
|
||||
#include "conclusionpage.hpp"
|
||||
|
||||
#ifdef OPENMW_USE_UNSHIELD
|
||||
#include "installationpage.hpp"
|
||||
#endif
|
||||
|
||||
using namespace Process;
|
||||
|
||||
Wizard::MainWizard::MainWizard(QWidget *parent) :
|
||||
|
|
Loading…
Reference in a new issue