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

Try some more includes

This commit is contained in:
Leo Franchi 2012-06-17 09:44:11 +02:00
parent 69b56e0836
commit e56f2f7ee0
2 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,8 @@
#include <QtGui/QPixmap>
#endif
#include "boost/thread/future.hpp"
#include <boost/thread/mutex.hpp>
#include <boost/thread/future.hpp>
#include "Typedefs.h"
#include "PlaylistInterface.h"

View File

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