diff --git a/src/filterParserThread.h b/src/filterParserThread.h index bf11da913..e28e83e22 100644 --- a/src/filterParserThread.h +++ b/src/filterParserThread.h @@ -35,7 +35,11 @@ using namespace std; // P2B Stuff #include -#include +#ifdef Q_WS_WIN + #include +#else + #include +#endif // End of P2B stuff class FilterParserThread : public QThread {