summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6510d.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-11-28 09:09:43 +0000
committer smf- <smf-@users.noreply.github.com>2017-11-28 09:10:05 +0000
commitc2e7f912c14222e833cfd72f5c1651785ee01c01 (patch)
tree3c9560f578cdb735ea620a4ff735009bfd35ea64 /src/devices/cpu/m6502/m6510d.cpp
parentb2478329475250e8a74104c234461a754347fdb2 (diff)
fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.0) (nw)
Diffstat (limited to 'src/devices/cpu/m6502/m6510d.cpp')
-rw-r--r--src/devices/cpu/m6502/m6510d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/m6510d.cpp b/src/devices/cpu/m6502/m6510d.cpp
index 79dacde3473..78be285262a 100644
--- a/src/devices/cpu/m6502/m6510d.cpp
+++ b/src/devices/cpu/m6502/m6510d.cpp
@@ -8,6 +8,7 @@
***************************************************************************/
+#include "emu.h"
#include "m6510d.h"
#include "cpu/m6502/m6510d.hxx"