diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/enc_group.h')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/enc_group.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/enc_group.h b/third_party/jpeg-xl/lib/jxl/enc_group.h index 78484c2e9b..c9c4b77a5b 100644 --- a/third_party/jpeg-xl/lib/jxl/enc_group.h +++ b/third_party/jpeg-xl/lib/jxl/enc_group.h @@ -6,8 +6,9 @@ #ifndef LIB_JXL_ENC_GROUP_H_ #define LIB_JXL_ENC_GROUP_H_ -#include <stddef.h> +#include <cstddef> +#include "lib/jxl/base/rect.h" #include "lib/jxl/base/status.h" #include "lib/jxl/enc_bit_writer.h" #include "lib/jxl/image.h" |