diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 640f116c58..cbc3c5aa7e 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -66,6 +66,8 @@ #include #include +#include + using std::endl; using std::string; using std::vector; diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index fc7ef30dcd..42d7f5163f 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -43,6 +43,7 @@ #include #include +#include #include #ifdef Q_WS_X11