diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/modular/options.h')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/modular/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/modular/options.h b/third_party/jpeg-xl/lib/jxl/modular/options.h index 6613b513de..5b08236ff2 100644 --- a/third_party/jpeg-xl/lib/jxl/modular/options.h +++ b/third_party/jpeg-xl/lib/jxl/modular/options.h @@ -6,9 +6,9 @@ #ifndef LIB_JXL_MODULAR_OPTIONS_H_ #define LIB_JXL_MODULAR_OPTIONS_H_ -#include <stdint.h> - #include <array> +#include <cstddef> +#include <cstdint> #include <vector> #include "lib/jxl/enc_ans_params.h" |