mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Fix build
This commit is contained in:
parent
c70949f7de
commit
d8aa1d85d2
@ -27,8 +27,8 @@
|
||||
#include <functional>
|
||||
using std::function;
|
||||
#else
|
||||
#include <functional>
|
||||
using std::function;
|
||||
#include <tr1/functional>
|
||||
using std::tr1::function;
|
||||
#endif
|
||||
|
||||
#include <QMetaMethod>
|
||||
|
Loading…
x
Reference in New Issue
Block a user