summaryrefslogtreecommitdiff
path: root/source/fitz/draw-glyph.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-glyph.c')
-rw-r--r--source/fitz/draw-glyph.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/draw-glyph.c b/source/fitz/draw-glyph.c
index ffe0d44b..7a6b9126 100644
--- a/source/fitz/draw-glyph.c
+++ b/source/fitz/draw-glyph.c
@@ -2,6 +2,9 @@
#include "draw-imp.h"
#include "glyph-cache-imp.h"
+#include <string.h>
+#include <math.h>
+
#define MAX_GLYPH_SIZE 256
#define MAX_CACHE_SIZE (1024*1024)