diff options
author | David Elsing <david.elsing@posteo.net> | 2023-03-30 17:36:06 +0200 |
---|---|---|
committer | David Elsing <david.elsing@posteo.net> | 2023-03-30 17:36:40 +0200 |
commit | 90b8542a2e987ebad3774d8fd27e47d050022d9c (patch) | |
tree | 013279b20e44106dbf4c9e65db50ce7a5fb8c431 /src/voip/ScreenCastPortal.h | |
parent | Change text of the PipeWire streenshare method (diff) | |
download | nheko-90b8542a2e987ebad3774d8fd27e47d050022d9c.tar.xz |
Include missing <optional> header
Diffstat (limited to '')
-rw-r--r-- | src/voip/ScreenCastPortal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/voip/ScreenCastPortal.h b/src/voip/ScreenCastPortal.h index bc1fd143..4d1e028e 100644 --- a/src/voip/ScreenCastPortal.h +++ b/src/voip/ScreenCastPortal.h @@ -12,6 +12,7 @@ #include <QDBusPendingReply> #include <QDBusUnixFileDescriptor> #include <QObject> +#include <optional> class ScreenCastPortal final : public QObject { |