diff options
author | 2016-05-02 07:59:06 +0200 | |
---|---|---|
committer | 2016-05-02 07:59:06 +0200 | |
commit | 993c23f5f8a155e4df069f5c7526e0662e3497c4 (patch) | |
tree | 2ddacac5f080ff89ea76c63aff19f54d63a15916 /src | |
parent | 35943940b326055b7ea9b54aec1a272d7bd79af0 (diff) | |
parent | 7a61b53f0feff0707e6a5e0c9ec57a28e598fbb5 (diff) |
Merge pull request #849 from h0tw1r3/master
fix build (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/wmg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |