From 6927b1495e282d7b68f1a19abcddf22859cab69e Mon Sep 17 00:00:00 2001 From: Leonardo Chen Date: Tue, 18 Mar 2025 16:52:02 +0800 Subject: [PATCH] fix: windows build error --- QtScrcpy/ui/videoform.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/QtScrcpy/ui/videoform.cpp b/QtScrcpy/ui/videoform.cpp index ecf12f53..e692da51 100644 --- a/QtScrcpy/ui/videoform.cpp +++ b/QtScrcpy/ui/videoform.cpp @@ -13,6 +13,10 @@ #include #include +#if defined(Q_OS_WIN32) +#include +#endif + #include "config.h" #include "iconhelper.h" #include "qyuvopenglwidget.h"