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
1 changed files with 5 additions and 0 deletions

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