Skip to content

Commit ecee93e

Browse files
Update image-jpeg-xl.h
1 parent f800ce1 commit ecee93e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cupsfilters/image-jpeg-xl.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919

2020
#ifdef HAVE_LIBJXL
2121
#include <stdio.h>
22-
#include "image-private.h"
22+
#include "image-private.h"
23+
#include <jxl/decode.h>
2324

2425
int _cfIsJPEGXL(const unsigned char *header, size_t len);
2526

0 commit comments

Comments
 (0)