From 36ec8bb32e7bd31a1d55fca1593053f73bf87dec Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 28 Feb 2017 08:32:05 +0000 Subject: [PATCH] fix MSVC build (nw) --- src/mame/drivers/plygonet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/plygonet.cpp b/src/mame/drivers/plygonet.cpp index 69901872957..d72732cdf2b 100644 --- a/src/mame/drivers/plygonet.cpp +++ b/src/mame/drivers/plygonet.cpp @@ -63,8 +63,8 @@ */ -#include "includes/plygonet.h" #include "emu.h" +#include "includes/plygonet.h" #include "cpu/m68000/m68000.h" #include "cpu/z80/z80.h"