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

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