mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 17:40:47 +03:00
Add missing <functional> header
This commit is contained in:
parent
eaf05748ff
commit
8a259a0f07
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QSharedPointer>
|
#include <QSharedPointer>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
class MatrixClient;
|
class MatrixClient;
|
||||||
class TimelineItem;
|
class TimelineItem;
|
||||||
|
|
Loading…
Reference in a new issue