mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
JANITORIAL: Add in necessary include files to fix compilation in MSVC
This commit is contained in:
parent
0c0dde62b9
commit
c6fa23a3d1
@ -38,6 +38,8 @@
|
||||
#include "audio/mpu401.h"
|
||||
#include "common/config-manager.h"
|
||||
#include "common/translation.h"
|
||||
#include "common/textconsole.h"
|
||||
#include "common/error.h"
|
||||
|
||||
#include <mmsystem.h>
|
||||
|
||||
|
@ -27,6 +27,8 @@
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/error.h"
|
||||
#include "common/textconsole.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
||||
|
||||
#include "common/config-manager.h"
|
||||
#include "common/events.h"
|
||||
#include "common/file.h"
|
||||
#include "common/system.h"
|
||||
#include "common/str.h"
|
||||
#include "common/error.h"
|
||||
|
Loading…
Reference in New Issue
Block a user