From 1179d218e7094b40ce5666df0a7c2d083cb96504 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Mon, 25 Mar 2024 02:35:03 -0700 Subject: [PATCH] Qt: Fix Qt6 build --- src/platform/qt/VideoDumper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/qt/VideoDumper.h b/src/platform/qt/VideoDumper.h index 65433462c..2dcceac0f 100644 --- a/src/platform/qt/VideoDumper.h +++ b/src/platform/qt/VideoDumper.h @@ -6,6 +6,7 @@ #pragma once #include +#include #if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0)) #include #include