File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 11#include " jpeg.h"
22
3+ #include < csetjmp> // for mozjpeg error handling
4+ #include < cstdio>
5+
6+ #include " ../lib/mozjpeg/jpeglib.h"
37
48const uint8_t Jpeg::header_magic[] = { 0xFF , 0xD8 , 0xFF };
59bool Jpeg::keep_exif_ = false ;
Original file line number Diff line number Diff line change 11#ifndef JPEG_H
22#define JPEG_H
33
4- #include < csetjmp> // for mozjpeg error handling
5- #include < cstdio>
6-
7- #ifdef _WIN32
8- #define XMD_H // prevents mozjpeg to redefine INT32
9- #endif
10- #include " ../lib/mozjpeg/jpeglib.h"
11-
124#include " format.h"
135
146
Original file line number Diff line number Diff line change 11#include " xml.h"
22
33#include < cstring>
4+ #include < functional>
45#include < iostream>
56#include < string>
67
Original file line number Diff line number Diff line change 11#ifndef XML_H
22#define XML_H
33
4-
5- #include < functional>
6-
74#include " ../lib/pugixml/pugixml.hpp"
85
96#include " format.h"
You can’t perform that action at this time.
0 commit comments