mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
Fix for the nonstandard types when not using the broken precompiled headers. (nw)
This commit is contained in:
parent
e5678fd689
commit
9e93cdcd55
@ -11,6 +11,7 @@
|
|||||||
#ifndef MAME_EMU_DEBUG_TEXTBUF_H
|
#ifndef MAME_EMU_DEBUG_TEXTBUF_H
|
||||||
#define MAME_EMU_DEBUG_TEXTBUF_H
|
#define MAME_EMU_DEBUG_TEXTBUF_H
|
||||||
|
|
||||||
|
#include "emucore.h"
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
TYPE DEFINITIONS
|
TYPE DEFINITIONS
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
#include "emucore.h"
|
||||||
#include "osdcomm.h"
|
#include "osdcomm.h"
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#define __SOFTLIST_H_
|
#define __SOFTLIST_H_
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
#include "emucore.h"
|
||||||
#include "romentry.h"
|
#include "romentry.h"
|
||||||
#include "corefile.h"
|
#include "corefile.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user