diff options
Diffstat (limited to 'src/devices/machine/hd63450.cpp')
-rw-r--r-- | src/devices/machine/hd63450.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/hd63450.cpp b/src/devices/machine/hd63450.cpp index 9ecbb673726..a0aa3e3b503 100644 --- a/src/devices/machine/hd63450.cpp +++ b/src/devices/machine/hd63450.cpp @@ -6,6 +6,7 @@ Largely based on documentation of the Sharp X68000 */ +#include "emu.h" #include "hd63450.h" const device_type HD63450 = &device_creator<hd63450_device>; |