fix: windows build error
Some checks failed
Windows / Build (push) Has been cancelled
MacOS / Build (push) Has been cancelled
Ubuntu / Build (push) Has been cancelled

This commit is contained in:
Leonardo Chen 2025-03-18 16:52:02 +08:00 committed by Barry
parent 314bd4f613
commit 02ffb264c9

View file

@ -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"