fix build error

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2022-11-24 10:47:55 +08:00
parent a26df61c33
commit 1cf5a53ecb
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,7 @@
#pragma once
#include <QtCore/qglobal.h>
#include <QtCore/qmath.h>
#include <QtCore/qpoint.h>
#include <QtCore/qsize.h>
#include <QtCore/qobject.h>
@ -35,7 +36,6 @@
#include <functional>
#include <optional>
#include <memory>
#include <cmath>
QT_BEGIN_NAMESPACE
class QScreen;