mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix build
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
#include <functional>
|
#include <functional>
|
||||||
using std::function;
|
using std::function;
|
||||||
#else
|
#else
|
||||||
#include <functional>
|
#include <tr1/functional>
|
||||||
using std::function;
|
using std::tr1::function;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <QMetaMethod>
|
#include <QMetaMethod>
|
||||||
|
Reference in New Issue
Block a user