Skip to content

Commit acd2594

Browse files
imLeonardobarry-ran
authored andcommitted
fix: windows build error
1 parent 656ce4e commit acd2594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

QtScrcpy/ui/videoform.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
#include <QWindow>
1414
#include <QtWidgets/QHBoxLayout>
1515

16+
#if defined(Q_OS_WIN32)
17+
#include <Windows.h>
18+
#endif
19+
1620
#include "config.h"
1721
#include "iconhelper.h"
1822
#include "qyuvopenglwidget.h"

0 commit comments

Comments
 (0)