From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- third_party/jpeg-xl/examples/decode_progressive.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'third_party/jpeg-xl/examples') diff --git a/third_party/jpeg-xl/examples/decode_progressive.cc b/third_party/jpeg-xl/examples/decode_progressive.cc index 2cdc175e8a..7a3a9aa33b 100644 --- a/third_party/jpeg-xl/examples/decode_progressive.cc +++ b/third_party/jpeg-xl/examples/decode_progressive.cc @@ -10,16 +10,16 @@ #define __STDC_FORMAT_MACROS #endif -#include #include #include #include #include #include -#include -#include -#include +#include // PRIu64 +#include +#include +#include #include bool WritePAM(const char* filename, const uint8_t* buffer, size_t w, size_t h) { -- cgit v1.2.3