Add missing <functional> include.
Compiling under Linux fails because of a missing include directive Ref: http://en.cppreference.com/w/cpp/utility/functional/bind http://en.cppreference.com/w/cpp/utility/functional/placeholders
This commit is contained in:
committed by
Petr Mrázek
parent
47e075babd
commit
88041783e6
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user