mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +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
|
||||
#define MAME_EMU_DEBUG_TEXTBUF_H
|
||||
|
||||
#include "emucore.h"
|
||||
|
||||
/***************************************************************************
|
||||
TYPE DEFINITIONS
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "emucore.h"
|
||||
#include "osdcomm.h"
|
||||
|
||||
/***************************************************************************
|
||||
|
@ -12,6 +12,7 @@
|
||||
#define __SOFTLIST_H_
|
||||
|
||||
#include <list>
|
||||
#include "emucore.h"
|
||||
#include "romentry.h"
|
||||
#include "corefile.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user