From d20fa27c1b7bc75d8fbd5a2004e47b1df31e2672 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 31 Jul 2016 16:10:23 +0200 Subject: [PATCH] fix vs2015 build (nw) --- src/osd/osdsync.cpp | 2 +- src/osd/strconv.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osd/osdsync.cpp b/src/osd/osdsync.cpp index 7fcc22b4217..a782d287e1d 100644 --- a/src/osd/osdsync.cpp +++ b/src/osd/osdsync.cpp @@ -23,7 +23,7 @@ #include #undef min #undef max -#include +#include // MAME headers #include "osdcore.h" #include "osdsync.h" diff --git a/src/osd/strconv.cpp b/src/osd/strconv.cpp index 6b754bbe7f1..7ab8f2f401b 100644 --- a/src/osd/strconv.cpp +++ b/src/osd/strconv.cpp @@ -11,7 +11,7 @@ #endif #undef min #undef max -#include +#include // MAMEOS headers #include "strconv.h"