1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +01:00

Fix compiling 1.2 branch on GCC 4.9

This commit is contained in:
John Maguire 2014-04-22 13:40:41 +02:00
parent 70f98ece65
commit bb497dd7c1

View File

@ -18,6 +18,8 @@
#ifndef MERGEDPROXYMODEL_H
#define MERGEDPROXYMODEL_H
#include <functional>
#include <QAbstractProxyModel>
using std::placeholders::_1;