fix: windows build error

This commit is contained in:
Leonardo Chen 2025-03-18 16:52:02 +08:00
commit 6927b1495e

View file

@ -13,6 +13,10 @@
#include <QWindow> #include <QWindow>
#include <QtWidgets/QHBoxLayout> #include <QtWidgets/QHBoxLayout>
#if defined(Q_OS_WIN32)
#include <Windows.h>
#endif
#include "config.h" #include "config.h"
#include "iconhelper.h" #include "iconhelper.h"
#include "qyuvopenglwidget.h" #include "qyuvopenglwidget.h"