1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix: add missed <functional> header

This commit is contained in:
noavarice 2017-10-18 19:43:03 +03:00
parent 6d1b1f62ab
commit 5e45569973
No known key found for this signature in database
GPG Key ID: 52A50775BE13DF17

View File

@ -29,6 +29,8 @@
#include <QMutex>
#include <QObject>
#include <functional>
class CoreAV;
class ICoreSettings;
class GroupInvite;