diff --git a/MAC/WinCCServices/src/ToBusImpl.h b/MAC/WinCCServices/src/ToBusImpl.h
index 2ed9ab298396303b1251c1bb7d8eff28f2a7e201..b49114d64c0d7e70b62ddddabf046efa732c367a 100644
--- a/MAC/WinCCServices/src/ToBusImpl.h
+++ b/MAC/WinCCServices/src/ToBusImpl.h
@@ -20,6 +20,8 @@
 #ifndef WINCCSERVICES_TOBUS_IMPL_H
 #define WINCCSERVICES_TOBUS_IMPL_H
 
+#include <string>
+
 #include "ToBus.h"
 
 #include <Messaging/ToBus.h>
diff --git a/MAC/WinCCServices/src/WinCCWrapper.h b/MAC/WinCCServices/src/WinCCWrapper.h
index 36e7e1d8eb4118a37263540cd319297d47c8e706..8a4c77c4db496c20db2676eb2220568a722a8a2f 100644
--- a/MAC/WinCCServices/src/WinCCWrapper.h
+++ b/MAC/WinCCServices/src/WinCCWrapper.h
@@ -20,6 +20,9 @@
 #ifndef WINCCSERVICES_WINCC_WRAPPER_H
 #define WINCCSERVICES_WINCC_WRAPPER_H
 
+#include <vector>
+#include <string>
+
 #include <Messaging/Message.h>
 
 namespace LOFAR {
diff --git a/MAC/WinCCServices/src/WinCCWrapperImpl.h b/MAC/WinCCServices/src/WinCCWrapperImpl.h
index 659108567bd6d4b9cbb130979f2f4d6ea28eff50..f1a495603e701ea3979e7a634e2a73e2a327ee82 100644
--- a/MAC/WinCCServices/src/WinCCWrapperImpl.h
+++ b/MAC/WinCCServices/src/WinCCWrapperImpl.h
@@ -20,6 +20,9 @@
 #ifndef WINCCSERVICES_WINCC_WRAPPER_IMPL_H
 #define WINCCSERVICES_WINCC_WRAPPER_IMPL_H
 
+#include <string>
+#include <vector>
+
 #include <Manager.hxx>
 
 #include "WinCCWrapper.h"