Fix PORTABLE_SAVES flag not working

master^2
MrSimbax 2019-02-23 13:12:37 +01:00
parent 275724ab97
commit 0eb31a1f45
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>