mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-21 12:55:45 +01:00
Issue #123: Compilation fix
This commit is contained in:
parent
e8d72878a5
commit
89cfd1dd1f
@ -24,7 +24,11 @@
|
||||
#include <QPaintEngine>
|
||||
#include <QPainterPathStroker>
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <Blend2d.h>
|
||||
#else
|
||||
#include <blend2d.h>
|
||||
#endif
|
||||
|
||||
namespace pdf
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user