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:
parent
ae17402c52
commit
48467ccdc1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user