From 48467ccdc17564f737322d24670f968be66fa23d Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 26 Feb 2022 08:32:55 -0500 Subject: [PATCH] Pl_DCT.hh -- protect order of includes for code formatting --- include/qpdf/Pl_DCT.hh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/qpdf/Pl_DCT.hh b/include/qpdf/Pl_DCT.hh index 11330eda..be714bc7 100644 --- a/include/qpdf/Pl_DCT.hh +++ b/include/qpdf/Pl_DCT.hh @@ -23,7 +23,12 @@ #define PL_DCT_HH #include + #include +#include + +// jpeglib.h must be included after cstddef or else it messes up the +// definition of size_t. #include class Pl_DCT: public Pipeline