summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <MooglyGuy@users.noreply.github.com>2018-08-23 17:52:59 +0200
committer GitHub <noreply@github.com>2018-08-23 17:52:59 +0200
commit5d5a94e3d7bd1e7b4a3d66f68fb20fc4259480b5 (patch)
tree4ebec7fc03fd5768dd772f12d95afdabb5d9e037
parent2f9e5b02d30dceadefc26d72e28244841572d544 (diff)
parent630594eaa71bc33ec10c87787fcdd4730ed38eb5 (diff)
Merge pull request #3888 from justindarc/fix-c2680
apollo.h: Fix C2680 compiler error in Visual Studio
-rw-r--r--src/mame/includes/apollo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/apollo.h b/src/mame/includes/apollo.h
index 4f618783d90..7428196a9ca 100644
--- a/src/mame/includes/apollo.h
+++ b/src/mame/includes/apollo.h
@@ -36,6 +36,7 @@
#include "bus/rs232/rs232.h"
#include "diserial.h"
+#include "screen.h"
#ifndef VERBOSE
#define VERBOSE 0