summaryrefslogtreecommitdiff
path: root/source/fitz/draw-paint.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-paint.c')
-rw-r--r--source/fitz/draw-paint.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/fitz/draw-paint.c b/source/fitz/draw-paint.c
index 2ec7d7d9..4d5ed9d1 100644
--- a/source/fitz/draw-paint.c
+++ b/source/fitz/draw-paint.c
@@ -1,6 +1,9 @@
#include "mupdf/fitz.h"
#include "draw-imp.h"
+#include <string.h>
+#include <assert.h>
+
/*
The functions in this file implement various flavours of Porter-Duff blending.