1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Another boost/thread.hpp include rather than specific boost headers

This commit is contained in:
Leo Franchi 2012-06-17 10:01:46 +02:00
parent 52752cd234
commit ee8d3e6a92

View File

@ -26,7 +26,7 @@
#include <QWaitCondition>
#include <QMutex>
#include <boost/thread/future.hpp>
#include <boost/thread.hpp>
class QueueItem;
class Database;