Add missing <functional> includes (#5630)

This commit is contained in:
Morris Hafner 2017-02-13 17:46:46 +01:00 committed by John Maguire
parent 4325be6944
commit 8a6cc8b506
3 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <QStringList>
#include <functional>
#include <limits>
// boost::multi_index still relies on these being in the global namespace.

View File

@ -17,6 +17,7 @@
#include "config.h"
#include <functional>
#include <memory>
#include <QFile>

View File

@ -20,6 +20,8 @@
#include <QPushButton>
#include <functional>
// boost::multi_index still relies on these being in the global namespace.
using std::placeholders::_1;
using std::placeholders::_2;