Description: Fix FTBFS when built with gcc 4.7. Author: Miriam Ruiz Index: sankore/Sankore-3.1/src/frameworks/UBPlatformUtils_linux.cpp =================================================================== --- sankore.orig/Sankore-3.1/src/frameworks/UBPlatformUtils_linux.cpp 2013-09-04 23:38:06.155421235 +0200 +++ sankore/Sankore-3.1/src/frameworks/UBPlatformUtils_linux.cpp 2013-09-04 23:38:06.151421235 +0200 @@ -29,6 +29,8 @@ #include #include +#include + #include "frameworks/UBFileSystemUtils.h" Index: sankore/Sankore-ThirdParty/trolltech/singleapplication/qtlocalpeer.cpp =================================================================== --- sankore.orig/Sankore-ThirdParty/trolltech/singleapplication/qtlocalpeer.cpp 2013-09-04 23:38:06.155421235 +0200 +++ sankore/Sankore-ThirdParty/trolltech/singleapplication/qtlocalpeer.cpp 2013-09-04 23:38:06.151421235 +0200 @@ -50,6 +50,8 @@ #endif #if defined(Q_OS_UNIX) #include +#include +#include #endif namespace QtLP_Private {