forked from github_mirror/framelesshelper
fix build error
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
a26df61c33
commit
1cf5a53ecb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue