mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Try to fix issue on some linux platforms (nw)
This commit is contained in:
parent
75673f2b9f
commit
d00185936b
@ -9,12 +9,12 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
#include "window.h"
|
||||
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/error/en.h>
|
||||
|
||||
#include "emu.h"
|
||||
#include "window.h"
|
||||
|
||||
#include <bx/readerwriter.h>
|
||||
#include <bx/crtimpl.h>
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
//
|
||||
//============================================================
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <rapidjson/document.h>
|
||||
#include <rapidjson/error/en.h>
|
||||
|
||||
#include "emu.h"
|
||||
|
||||
#include <bgfx/bgfxplatform.h>
|
||||
#include <bgfx/bgfx.h>
|
||||
#include <bx/readerwriter.h>
|
||||
|
@ -12,10 +12,11 @@
|
||||
#ifndef __DRAWBGFX_STATE_READER__
|
||||
#define __DRAWBGFX_STATE_READER__
|
||||
|
||||
#include "emu.h"
|
||||
#include <rapidjson/document.h>
|
||||
|
||||
#include <string>
|
||||
#include "rapidjson/document.h"
|
||||
|
||||
#include "osdcore.h"
|
||||
|
||||
using namespace rapidjson;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user