diff options
Diffstat (limited to 'third_party/jpeg-xl/lib/jxl/frame_dimensions.h')
-rw-r--r-- | third_party/jpeg-xl/lib/jxl/frame_dimensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/jpeg-xl/lib/jxl/frame_dimensions.h b/third_party/jpeg-xl/lib/jxl/frame_dimensions.h index 8440a95463..f7493f88b2 100644 --- a/third_party/jpeg-xl/lib/jxl/frame_dimensions.h +++ b/third_party/jpeg-xl/lib/jxl/frame_dimensions.h @@ -11,7 +11,7 @@ #include <cstddef> #include "lib/jxl/base/common.h" -#include "lib/jxl/image.h" +#include "lib/jxl/base/rect.h" namespace jxl { // Some enums and typedefs used by more than one header file. |