mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
fix vs2015 build (nw)
This commit is contained in:
parent
a006c68ef5
commit
d20fa27c1b
@ -23,7 +23,7 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
#include <utility>
|
#include <algorithm>
|
||||||
// MAME headers
|
// MAME headers
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
#include "osdsync.h"
|
#include "osdsync.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#undef min
|
#undef min
|
||||||
#undef max
|
#undef max
|
||||||
#include <utility>
|
#include <algorithm>
|
||||||
// MAMEOS headers
|
// MAMEOS headers
|
||||||
#include "strconv.h"
|
#include "strconv.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user