Issue #123: Compilation fix

This commit is contained in:
Jakub Melka 2024-02-24 19:15:57 +01:00
parent e8d72878a5
commit 89cfd1dd1f
1 changed files with 4 additions and 0 deletions

View File

@ -24,7 +24,11 @@
#include <QPaintEngine>
#include <QPainterPathStroker>
#ifdef Q_OS_WIN
#include <Blend2d.h>
#else
#include <blend2d.h>
#endif
namespace pdf
{