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

Add another boost include

This commit is contained in:
Leo Franchi 2012-06-17 09:49:03 +02:00
parent e56f2f7ee0
commit 7bec03560a
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <QtGui/QPixmap>
#endif
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/future.hpp>

View File

@ -31,6 +31,7 @@
#include "DllMacro.h"
#include "Query.h"
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/future.hpp>