http://tora.svn.sourceforge.net/viewvc/tora?view=revision&revision=4264 --- trunk/tora/src/toextract.cpp 2012/04/17 16:08:26 4263 +++ trunk/tora/src/toextract.cpp 2012/04/20 01:49:18 4264 @@ -58,6 +58,9 @@ #include #endif +#ifndef Q_OS_WIN32 +#include +#endif std::map *toExtract::Extractors; --- trunk/tora/src/toreport.cpp 2012/04/17 16:08:26 4263 +++ trunk/tora/src/toreport.cpp 2012/04/20 01:49:18 4264 @@ -52,6 +52,9 @@ #ifdef Q_OS_WIN32 #include #endif +#ifndef Q_OS_WIN32 +#include +#endif static bool SameContext(const QString &str, const QString &str2)