summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pong.cpp')
-rw-r--r--src/mame/drivers/pong.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/pong.cpp b/src/mame/drivers/pong.cpp
index d9c67a78e6b..27eddca1a71 100644
--- a/src/mame/drivers/pong.cpp
+++ b/src/mame/drivers/pong.cpp
@@ -59,6 +59,9 @@ TODO: Superpong is believed to use the Pong (Rev E) PCB with some minor modifica
#include "machine/nl_pong.h"
#include "machine/nl_pongd.h"
+#include "screen.h"
+#include "speaker.h"
+
#include "breakout.lh"
#include <cmath>