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:
parent
70f98ece65
commit
bb497dd7c1
@ -18,6 +18,8 @@
|
||||
#ifndef MERGEDPROXYMODEL_H
|
||||
#define MERGEDPROXYMODEL_H
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <QAbstractProxyModel>
|
||||
|
||||
using std::placeholders::_1;
|
||||
|
Loading…
Reference in New Issue
Block a user