Add extra includes to get build running for core lib only

This commit is contained in:
Nyall Dawson 2024-01-11 14:30:10 +10:00 committed by Jakub Melka
parent 8c40e49801
commit 3846c5187e
14 changed files with 16 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include "pdfpainterutils.h"
#include "pdfdocumentbuilder.h"
#include <QtMath>
#include <QIcon>
#include "pdfdbgheap.h"

View File

@ -23,6 +23,7 @@
#include "pdfutils.h"
#include <QIODevice>
#include <QtMath>
#include "pdfdbgheap.h"

View File

@ -25,6 +25,7 @@
#include <limits>
#include <tuple>
#include <array>
#include <cmath>
#include <pdf4qtlibcore_export.h>

View File

@ -20,6 +20,7 @@
#include <QDir>
#include <QFile>
#include <QCoreApplication>
#include <QTextStream>
#include "pdfdbgheap.h"

View File

@ -24,6 +24,7 @@
#include "pdfstreamfilters.h"
#include <QPainterPathStroker>
#include <QtMath>
#include "pdfdbgheap.h"

View File

@ -21,6 +21,7 @@
#include <QPainter>
#include <QCryptographicHash>
#include <QtMath>
#include "pdfdbgheap.h"

View File

@ -24,6 +24,7 @@
#include <QDir>
#include <QElapsedTimer>
#include <QtMath>
#ifdef PDF4QT_ENABLE_OPENGL
#include <QOpenGLContext>

View File

@ -24,6 +24,8 @@
#include "pdfcertificatemanager.h"
#include <QRandomGenerator>
#include <QtMath>
#include <QtEndian>
#include "pdfdbgheap.h"

View File

@ -18,6 +18,8 @@
#ifndef PDFSTRUCTURETREE_H
#define PDFSTRUCTURETREE_H
#include <QSharedPointer>
#include "pdfobject.h"
#include "pdfobjectutils.h"
#include "pdffile.h"

View File

@ -19,6 +19,7 @@
#include "pdfutils.h"
#include "pdfexecutionpolicy.h"
#include <QtMath>
#include <QMutex>
#include <QPainter>
#include <QIODevice>

View File

@ -23,6 +23,7 @@
#include "pdfpattern.h"
#include "pdfdbgheap.h"
#include <QtMath>
#include <iterator>
namespace pdf

View File

@ -19,7 +19,7 @@
#include "pdfexception.h"
#include <QtGlobal>
#include <QtMath>
#include "pdfdbgheap.h"
#include <jpeglib.h>

View File

@ -30,6 +30,7 @@
#include <QTextBlock>
#include <QFontDatabase>
#include <QAbstractTextDocumentLayout>
#include <QtMath>
#include "pdfdbgheap.h"

View File

@ -22,6 +22,7 @@
#include "pdfstreamfilters.h"
#include <QIODevice>
#include <QDataStream>
#include "pdfdbgheap.h"