summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDavid Elsing <david.elsing@posteo.net>2023-03-30 17:36:06 +0200
committerDavid Elsing <david.elsing@posteo.net>2023-03-30 17:36:40 +0200
commit90b8542a2e987ebad3774d8fd27e47d050022d9c (patch)
tree013279b20e44106dbf4c9e65db50ce7a5fb8c431 /src
parentChange text of the PipeWire streenshare method (diff)
downloadnheko-90b8542a2e987ebad3774d8fd27e47d050022d9c.tar.xz
Include missing <optional> header
Diffstat (limited to 'src')
-rw-r--r--src/voip/ScreenCastPortal.h1
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 {