summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/socrates.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/socrates.cpp b/src/mame/drivers/socrates.cpp
index 96894ef401a..7e5f5b97f55 100644
--- a/src/mame/drivers/socrates.cpp
+++ b/src/mame/drivers/socrates.cpp
@@ -80,8 +80,9 @@ TODO:
******************************************************************************/
-/* Core includes */
+#include "emu.h"
#include "audio/socrates.h"
+
#include "cpu/z80/z80.h"
#include "bus/generic/carts.h"