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

View File

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