summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2017-06-21 22:28:42 +0100
committer smf- <smf-@users.noreply.github.com>2017-06-25 17:09:25 +0100
commit83a30b513007909c1c788f327af7bdbd093884ab (patch)
tree7343a59b0e44c7c3f676c8c18f4ae97f702bd0e0
parent9d906eeff9eaf3ef6de0253911e27e4c9e0f95cb (diff)
fix for MSVC (nw)
-rw-r--r--src/devices/bus/hp_dio/hp98544.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/hp_dio/hp98544.cpp b/src/devices/bus/hp_dio/hp98544.cpp
index 976ecd0f6b3..e2b4df56350 100644
--- a/src/devices/bus/hp_dio/hp98544.cpp
+++ b/src/devices/bus/hp_dio/hp98544.cpp
@@ -8,6 +8,7 @@
***************************************************************************/
+#include "emu.h"
#include "hp98544.h"
#include "screen.h"