--Boundary-00=_qUNwJv0/pW6/b3B Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, 0275-qtconcurrent-threadcount.diff makes it so that files including qtconcurrentreducekernel.h must also include QThreadPool; this at least breaks amarok 2.0.2 compile. Attached is a patch (to qt-copy) working around this issue. Apologies if this is the wrong list. Regards, -- Fred Emmott (http://www.fredemmott.co.uk) --Boundary-00=_qUNwJv0/pW6/b3B Content-Type: text/x-patch; charset="UTF-8"; name="qt-copy-missing-qthreadpool-include.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="qt-copy-missing-qthreadpool-include.diff" Workaround for API problem introduced by 0275-qtconcurrent-threadcount.diff diff -ur qt-r939206/src/corelib/concurrent/qtconcurrentreducekernel.h a/src/corelib/concurrent/qtconcurrentreducekernel.h --- qt-r939206/src/corelib/concurrent/qtconcurrentreducekernel.h 2009-03-16 18:34:18.000000000 +0000 +++ a/src/corelib/concurrent/qtconcurrentreducekernel.h 2009-03-16 19:52:16.000000000 +0000 @@ -51,6 +51,7 @@ #include #include #include +#include #include QT_BEGIN_HEADER --Boundary-00=_qUNwJv0/pW6/b3B--