2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 10:58:58 +00:00

Pl_DCT.hh -- protect order of includes for code formatting

This commit is contained in:
Jay Berkenbilt 2022-02-26 08:32:55 -05:00
parent ae17402c52
commit 48467ccdc1

View File

@ -23,7 +23,12 @@
#define PL_DCT_HH
#include <qpdf/Pipeline.hh>
#include <qpdf/Pl_Buffer.hh>
#include <cstddef>
// jpeglib.h must be included after cstddef or else it messes up the
// definition of size_t.
#include <jpeglib.h>
class Pl_DCT: public Pipeline