Fix for the nonstandard types when not using the broken precompiled headers. (nw)

This commit is contained in:
smf- 2016-11-19 13:18:20 +00:00
parent e5678fd689
commit 9e93cdcd55
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#ifndef MAME_EMU_DEBUG_TEXTBUF_H
#define MAME_EMU_DEBUG_TEXTBUF_H
#include "emucore.h"
/***************************************************************************
TYPE DEFINITIONS

View File

@ -13,6 +13,7 @@
#include <string>
#include "emucore.h"
#include "osdcomm.h"
/***************************************************************************

View File

@ -12,6 +12,7 @@
#define __SOFTLIST_H_
#include <list>
#include "emucore.h"
#include "romentry.h"
#include "corefile.h"