diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jpegli/decode.h')
-rw-r--r-- | third_party/jpeg-xl/lib/jpegli/decode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/jpeg-xl/lib/jpegli/decode.h b/third_party/jpeg-xl/lib/jpegli/decode.h index f5b099eda3..668d630586 100644 --- a/third_party/jpeg-xl/lib/jpegli/decode.h +++ b/third_party/jpeg-xl/lib/jpegli/decode.h @@ -21,6 +21,7 @@ #define LIB_JPEGLI_DECODE_H_ #include "lib/jpegli/common.h" +#include "lib/jpegli/types.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |