mirror of
https://github.com/holub/mame
synced 2025-06-03 03:16:30 +03:00
Fix clang build (nw)
This commit is contained in:
parent
dcac223604
commit
8d80236858
@ -14,8 +14,8 @@
|
||||
#include "midtview.ipp"
|
||||
#include "emuopts.h" // Used by MIDTUNIT_LOG_PNG
|
||||
#include "png.h" // Used by MIDTUNIT_LOG_PNG
|
||||
#include <rapidjson/prettywriter.h> // Used by MIDTUNIT_LOG_PNG_JSON
|
||||
#include <rapidjson/stringbuffer.h> // Used by MIDTUNIT_LOG_PNG_JSON
|
||||
#include "rapidjson/include/rapidjson/prettywriter.h" // Used by MIDTUNIT_LOG_PNG_JSON
|
||||
#include "rapidjson/include/rapidjson/stringbuffer.h" // Used by MIDTUNIT_LOG_PNG_JSON
|
||||
|
||||
DEFINE_DEVICE_TYPE(MIDTUNIT_VIDEO, midtunit_video_device, "tunitvid", "Midway T-Unit Video")
|
||||
DEFINE_DEVICE_TYPE(MIDWUNIT_VIDEO, midwunit_video_device, "wunitvid", "Midway W-Unit Video")
|
||||
|
Loading…
Reference in New Issue
Block a user