summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/esqpanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/esqpanel.cpp')
-rw-r--r--src/mame/machine/esqpanel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/machine/esqpanel.cpp b/src/mame/machine/esqpanel.cpp
index 7516f78aa7c..c860d4a4d0d 100644
--- a/src/mame/machine/esqpanel.cpp
+++ b/src/mame/machine/esqpanel.cpp
@@ -12,12 +12,14 @@
// External panel support
//**************************************************************************
+#include <list>
#include <mutex>
#include <set>
#include <sstream>
#include <string>
#include <thread>
+
namespace esqpanel {
class external_panel;