diff options
Diffstat (limited to 'third_party/libjpeg/jpeglib.h')
-rw-r--r-- | third_party/libjpeg/jpeglib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libjpeg/jpeglib.h b/third_party/libjpeg/jpeglib.h index d1be8dd..668beb6 100644 --- a/third_party/libjpeg/jpeglib.h +++ b/third_party/libjpeg/jpeglib.h @@ -13,6 +13,10 @@ #ifndef JPEGLIB_H #define JPEGLIB_H +/* Begin chromium edits */ +#include "jpeglibmangler.h" +/* End chromium edits */ + /* * First we include the configuration files that record how this * installation of the JPEG library is set up. jconfig.h can be |