1
0
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:
Teo Mrnjavac
2014-01-17 18:44:24 +01:00
parent c70949f7de
commit d8aa1d85d2

View File

@@ -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>