From 9534243f6849d1938195c1f27adaa5745056f138 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Apr 2017 16:22:20 +0200 Subject: Include required system headers. --- source/xps/xps-doc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/xps/xps-doc.c') diff --git a/source/xps/xps-doc.c b/source/xps/xps-doc.c index 23ecf17c..d13e8fb0 100644 --- a/source/xps/xps-doc.c +++ b/source/xps/xps-doc.c @@ -1,6 +1,9 @@ #include "mupdf/fitz.h" #include "xps-imp.h" +#include +#include + #define REL_START_PART \ "http://schemas.microsoft.com/xps/2005/06/fixedrepresentation" #define REL_DOC_STRUCTURE \ -- cgit v1.2.3