diff options
author | 2017-08-20 17:06:02 +0100 | |
---|---|---|
committer | 2017-08-20 17:13:25 +0100 | |
commit | 710e25dfb1dc4a6c470ae499f713e3bf9ded9a5a (patch) | |
tree | 99265cd60204b1c69b07349963f395d12c6ea42e | |
parent | ad7e1a5619936b94fff0edfd78c7d37b12dfd16b (diff) |
fix building when emu.h isn't automatically injected. (nw)
-rw-r--r-- | src/devices/machine/1ma6.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/1ma6.cpp b/src/devices/machine/1ma6.cpp index dde4b1ff6ff..3758321efc0 100644 --- a/src/devices/machine/1ma6.cpp +++ b/src/devices/machine/1ma6.cpp @@ -25,6 +25,7 @@ *********************************************************************/ +#include "emu.h" #include "1ma6.h" // Debugging |