JANITORIAL: Add in necessary include files to fix compilation in MSVC

This commit is contained in:
Paul Gilbert 2011-04-28 22:32:12 +10:00
parent 0c0dde62b9
commit c6fa23a3d1
3 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -27,6 +27,8 @@
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/scummsys.h"
#include "common/error.h"
#include "common/textconsole.h"
#ifdef WIN32

View File

@ -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"