summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/bidi.c1
-rw-r--r--source/fitz/font.c1
-rw-r--r--source/fitz/noto.c1
-rw-r--r--source/fitz/stext-device.c1
-rw-r--r--source/fitz/ucdn.c1
5 files changed, 5 insertions, 0 deletions
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;