1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 05:23:12 +00:00

Fix build

This commit is contained in:
Sergeanur 2020-10-25 09:50:17 +02:00
parent aac0c3fb67
commit 6634410aee

View file

@ -32,8 +32,11 @@
#include "MBlur.h" #include "MBlur.h"
#include "postfx.h" #include "postfx.h"
#include "custompipes.h" #include "custompipes.h"
#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
#include "FileMgr.h" #include "FileMgr.h"
#include "ControllerConfig.h" #include "ControllerConfig.h"
#endif
#ifndef _WIN32 #ifndef _WIN32
#include "assert.h" #include "assert.h"