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