diff options
Diffstat (limited to 'source/html')
-rw-r--r-- | source/html/html-layout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/html/html-layout.c b/source/html/html-layout.c index c8250e62..15d52c1b 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -1,5 +1,7 @@ -#include "mupdf/html.h" +#include "mupdf/fitz.h" +#include "mupdf/ucdn.h" #include "mupdf/svg.h" +#include "mupdf/html.h" #include "hb.h" #include "hb-ft.h" |