Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 618214
Collapse All | Expand All

(-)a/src/core/mergedproxymodel.cpp (+1 lines)
Lines 23-28 Link Here
23
23
24
#include <QStringList>
24
#include <QStringList>
25
25
26
#include <functional>
26
#include <limits>
27
#include <limits>
27
28
28
// boost::multi_index still relies on these being in the global namespace.
29
// boost::multi_index still relies on these being in the global namespace.
(-)a/src/devices/giolister.cpp (+1 lines)
Lines 17-22 Link Here
17
17
18
#include "config.h"
18
#include "config.h"
19
19
20
#include <functional>
20
#include <memory>
21
#include <memory>
21
22
22
#include <QFile>
23
#include <QFile>
(-)a/src/library/groupbydialog.cpp (-1 / +2 lines)
Lines 20-25 Link Here
20
20
21
#include <QPushButton>
21
#include <QPushButton>
22
22
23
#include <functional>
24
23
// boost::multi_index still relies on these being in the global namespace.
25
// boost::multi_index still relies on these being in the global namespace.
24
using std::placeholders::_1;
26
using std::placeholders::_1;
25
using std::placeholders::_2;
27
using std::placeholders::_2;
26
- 

Return to bug 618214