Skip to content

Commit b4713b7

Browse files
committed
Fix build
1 parent c14481e commit b4713b7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

win-linux/src/cthemes.cpp

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
#include <QtGlobal>
2+
#ifdef Q_OS_LINUX
3+
4+
#include <gio/gio.h>
5+
#include <glib.h>
6+
7+
#endif // Q_OS_LINUX
18

29
#include "cthemes.h"
3-
#ifdef Q_OS_LINUX
4-
# include <gio/gio.h>
5-
# include <glib.h>
6-
#endif
710
#include "defines.h"
811
#include "utils.h"
912
#include <QSettings>

win-linux/src/windows/platform_linux/cwindowplatform.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <QTimer>
3838
#include <QPainter>
3939
#include <QX11Info>
40+
#include <QPainterPath>
4041
#include <xcb/xcb.h>
4142

4243
#ifdef DOCUMENTSCORE_OPENSSL_SUPPORT

0 commit comments

Comments
 (0)