diff options
author | 2017-02-28 10:12:47 +0000 | |
---|---|---|
committer | 2017-02-28 10:12:47 +0000 | |
commit | d1ecd322645e739137ecabb56e6171e75ea0f432 (patch) | |
tree | 14e1e456479334671fcc969153544273b5028a09 | |
parent | 36ec8bb32e7bd31a1d55fca1593053f73bf87dec (diff) |
fix MSVC build (nw)
-rw-r--r-- | src/devices/machine/mm5740.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/mm5740.cpp b/src/devices/machine/mm5740.cpp index fc535c42438..453a42248ea 100644 --- a/src/devices/machine/mm5740.cpp +++ b/src/devices/machine/mm5740.cpp @@ -7,6 +7,7 @@ *********************************************************************/ +#include "emu.h" #include "mm5740.h" #include <algorithm> |