From 5030ba7ebf7b3706ac065deef750d647570525b3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 Apr 2017 11:26:10 +0200 Subject: Include "mupdf/ucdn.h" explicitly. --- source/fitz/bidi.c | 1 + source/fitz/font.c | 1 + source/fitz/noto.c | 1 + source/fitz/stext-device.c | 1 + source/fitz/ucdn.c | 1 + source/html/html-layout.c | 4 +++- 6 files changed, 8 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/fitz/bidi.c b/source/fitz/bidi.c index 84b75b49..8c56f23e 100644 --- a/source/fitz/bidi.c +++ b/source/fitz/bidi.c @@ -35,6 +35,7 @@ */ #include "mupdf/fitz.h" +#include "mupdf/ucdn.h" #include "bidi-imp.h" /* standard bidi code interface */ /* diff --git a/source/fitz/font.c b/source/fitz/font.c index b9c05b8d..95f0933e 100644 --- a/source/fitz/font.c +++ b/source/fitz/font.c @@ -1,4 +1,5 @@ #include "fitz-imp.h" +#include "mupdf/ucdn.h" #include "font-imp.h" diff --git a/source/fitz/noto.c b/source/fitz/noto.c index c31db28f..226cb885 100644 --- a/source/fitz/noto.c +++ b/source/fitz/noto.c @@ -1,4 +1,5 @@ #include "mupdf/fitz.h" +#include "mupdf/ucdn.h" /* Base 14 PDF fonts from URW. diff --git a/source/fitz/stext-device.c b/source/fitz/stext-device.c index d0d9d401..677ac4d6 100644 --- a/source/fitz/stext-device.c +++ b/source/fitz/stext-device.c @@ -1,4 +1,5 @@ #include "mupdf/fitz.h" +#include "mupdf/ucdn.h" /* Extract text into an unsorted span soup. */ diff --git a/source/fitz/ucdn.c b/source/fitz/ucdn.c index 916d0ade..0ea99083 100644 --- a/source/fitz/ucdn.c +++ b/source/fitz/ucdn.c @@ -15,6 +15,7 @@ */ #include "mupdf/fitz.h" +#include "mupdf/ucdn.h" typedef struct { unsigned char category; 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" -- cgit v1.2.3