Fix build without precompiled headers.
This commit is contained in:
parent
a4139e1fa9
commit
b6d1400b23
|
@ -68,6 +68,7 @@
|
|||
#include <functional>
|
||||
#include <QPageSize>
|
||||
#include <QDebug>
|
||||
#include <QProgressDialog>
|
||||
|
||||
#if defined(Q_OS_WIN32) && QT_VERSION < QT_VERSION_CHECK(6, 0, 0) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0)
|
||||
#include <QWinTaskbarButton>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <QTransform>
|
||||
#include <QPainterPath>
|
||||
#include <ciso646>
|
||||
#include <climits>
|
||||
|
||||
enum class LayoutExportFormats : qint8
|
||||
{
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#define VSYSEXITS_H
|
||||
|
||||
#include <QTextStream>
|
||||
#include <QIODevice>
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define V_UNUSED __attribute__ ((unused))
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QtGlobal>
|
||||
#include <QActionGroup>
|
||||
|
||||
#include "../ifc/exception/vexceptionbadid.h"
|
||||
#include "../vinteractivetool.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user