Merge pull request #1244 from colobot/dev-portable-saves
Fix PORTABLE_SAVES flag not working1008-fix
commit
0efb8d50ba
|
@ -20,8 +20,6 @@
|
|||
|
||||
#include "common/system/system.h"
|
||||
|
||||
#include "common/config.h"
|
||||
|
||||
#include "common/make_unique.h"
|
||||
|
||||
#if defined(PLATFORM_WINDOWS)
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "common/config.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in New Issue