mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-19 19:15:07 +00:00
fix: windows build error
This commit is contained in:
parent
314bd4f613
commit
02ffb264c9
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
#include <QWindow>
|
||||
#include <QtWidgets/QHBoxLayout>
|
||||
|
||||
#if defined(Q_OS_WIN32)
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "iconhelper.h"
|
||||
#include "qyuvopenglwidget.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue