diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/fields.cc')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/fields.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/fields.cc b/third_party/jpeg-xl/lib/jxl/fields.cc index 6bb5eae25d..e11166877b 100644 --- a/third_party/jpeg-xl/lib/jxl/fields.cc +++ b/third_party/jpeg-xl/lib/jxl/fields.cc @@ -6,7 +6,7 @@ #include "lib/jxl/fields.h" #include <algorithm> -#include <cinttypes> +#include <cinttypes> // PRIu64 #include <cmath> #include <cstddef> #include <hwy/base.h> |