a3834ff
diff -up openmsx-0.12.0/src/RTScheduler.cc~ openmsx-0.12.0/src/RTScheduler.cc
a3834ff
--- openmsx-0.12.0/src/RTScheduler.cc~	2015-09-14 18:18:18.000000000 +0200
a3834ff
+++ openmsx-0.12.0/src/RTScheduler.cc	2016-02-21 11:07:59.539881004 +0100
a3834ff
@@ -1,6 +1,7 @@
a3834ff
 #include "RTScheduler.hh"
a3834ff
 #include "RTSchedulable.hh"
a3834ff
 #include <algorithm>
a3834ff
+#include <iterator>
a3834ff
 #include <limits>
a3834ff
 
a3834ff
 namespace openmsx {
a3834ff
diff -up openmsx-0.12.0/src/video/ZMBVEncoder.cc~ openmsx-0.12.0/src/video/ZMBVEncoder.cc
a3834ff
--- openmsx-0.12.0/src/video/ZMBVEncoder.cc~	2015-09-14 18:18:18.000000000 +0200
a3834ff
+++ openmsx-0.12.0/src/video/ZMBVEncoder.cc	2016-02-21 11:08:00.427885378 +0100
a3834ff
@@ -10,6 +10,7 @@
a3834ff
 #include <cstdlib>
a3834ff
 #include <cstring>
a3834ff
 #include <cmath>
a3834ff
+#include <iterator>
a3834ff
 
a3834ff
 namespace openmsx {
a3834ff