From 90b8542a2e987ebad3774d8fd27e47d050022d9c Mon Sep 17 00:00:00 2001 From: David Elsing Date: Thu, 30 Mar 2023 17:36:06 +0200 Subject: [PATCH] Include missing header --- src/voip/ScreenCastPortal.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include class ScreenCastPortal final : public QObject {