diff options
author | 2017-11-28 09:09:43 +0000 | |
---|---|---|
committer | 2017-11-28 09:10:05 +0000 | |
commit | c2e7f912c14222e833cfd72f5c1651785ee01c01 (patch) | |
tree | 3c9560f578cdb735ea620a4ff735009bfd35ea64 /src/devices/cpu/m6502/m6510d.cpp | |
parent | b2478329475250e8a74104c234461a754347fdb2 (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.cpp | 1 |
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" |