summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/iris3130.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/iris3130.cpp')
-rw-r--r--src/mame/drivers/iris3130.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/iris3130.cpp b/src/mame/drivers/iris3130.cpp
index 0133e97db99..fdd4ce77e6e 100644
--- a/src/mame/drivers/iris3130.cpp
+++ b/src/mame/drivers/iris3130.cpp
@@ -43,6 +43,8 @@
#include "machine/mc146818.h"
#include "machine/mc68681.h"
+#include <vector>
+
#define LOG_RTC (1 << 0)
#define LOG_INVALID_SEGMENT (1 << 1)
#define LOG_OTHER (1 << 2)