diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/test_image.cc')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/test_image.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/test_image.cc b/third_party/jpeg-xl/lib/jxl/test_image.cc index d2e17c6ab0..eab5ccca14 100644 --- a/third_party/jpeg-xl/lib/jxl/test_image.cc +++ b/third_party/jpeg-xl/lib/jxl/test_image.cc @@ -8,8 +8,11 @@ #include <jxl/encode.h> #include <algorithm> +#include <cstddef> +#include <cstdint> #include <cstring> #include <utility> +#include <vector> #include "lib/extras/dec/color_description.h" #include "lib/extras/dec/color_hints.h" |