Fix build.
This commit is contained in:
parent
479c7da4c1
commit
5d5ab508d4
|
@ -31,6 +31,10 @@
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
|
||||||
|
#include "../vmisc/defglobal.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Ui
|
namespace Ui
|
||||||
{
|
{
|
||||||
class PreferencesPathPage;
|
class PreferencesPathPage;
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
#include <QPointF>
|
#include <QPointF>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
|
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
|
||||||
#include "../defglobal.h"
|
#include "../defglobal.h"
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
#include "../vmisc/svgfont/vsvgpathtokenizer.h"
|
#include "../vmisc/svgfont/vsvgpathtokenizer.h"
|
||||||
#include "def.h"
|
#include "def.h"
|
||||||
|
|
||||||
|
#include <QList>
|
||||||
#include <QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
Loading…
Reference in New Issue
Block a user