Merge pull request #1244 from colobot/dev-portable-saves

Fix PORTABLE_SAVES flag not working
1008-fix
tomangelo 2019-02-23 18:28:06 +01:00 committed by GitHub
commit 0efb8d50ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,6 @@
#include "common/system/system.h"
#include "common/config.h"
#include "common/make_unique.h"
#if defined(PLATFORM_WINDOWS)

View File

@ -24,6 +24,8 @@
#pragma once
#include "common/config.h"
#include <memory>
#include <string>
#include <vector>