From 02ffb264c92526232a3902fdfbd456bdf78ccb71 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 ecf12f5..e692da5 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"