From 7a61b53f0feff0707e6a5e0c9ec57a28e598fbb5 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Sun, 1 May 2016 22:49:00 -0500 Subject: [PATCH] fix build (nw) --- src/mame/drivers/wmg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mame/drivers/wmg.cpp b/src/mame/drivers/wmg.cpp index 7c1264a3ac6..ebaf3905833 100644 --- a/src/mame/drivers/wmg.cpp +++ b/src/mame/drivers/wmg.cpp @@ -68,6 +68,7 @@ of save-state is also needed. ***********************************************************************************************************/ +#include "emu.h" #include "includes/williams.h" #include "cpu/m6800/m6800.h" #include "machine/nvram.h"