From 89cfd1dd1f6fb1f53572ba927aeabd0ea944eda5 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 24 Feb 2024 19:15:57 +0100 Subject: [PATCH] Issue #123: Compilation fix --- Pdf4QtLibCore/sources/pdfblpainter.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pdf4QtLibCore/sources/pdfblpainter.cpp b/Pdf4QtLibCore/sources/pdfblpainter.cpp index e32461a..5bdb688 100644 --- a/Pdf4QtLibCore/sources/pdfblpainter.cpp +++ b/Pdf4QtLibCore/sources/pdfblpainter.cpp @@ -24,7 +24,11 @@ #include #include +#ifdef Q_OS_WIN #include +#else +#include +#endif namespace pdf {