summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/buffer.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-17 22:27:14 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 17:37:13 +0200
commitf35d1117b7d62c885586d43fc934e296d09b4380 (patch)
tree8131b758e6da58db4414ac0b8cdf009d6455904a /include/mupdf/fitz/buffer.h
parent19126babc37ac8243de60b3ca388bb5102661274 (diff)
downloadmupdf-f35d1117b7d62c885586d43fc934e296d09b4380.tar.xz
Add explicit #include for header file interdependencies.
Diffstat (limited to 'include/mupdf/fitz/buffer.h')
-rw-r--r--include/mupdf/fitz/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mupdf/fitz/buffer.h b/include/mupdf/fitz/buffer.h
index e2b57b29..8a6805a5 100644
--- a/include/mupdf/fitz/buffer.h
+++ b/include/mupdf/fitz/buffer.h
@@ -1,6 +1,9 @@
#ifndef MUPDF_FITZ_BUFFER_H
#define MUPDF_FITZ_BUFFER_H
+#include "mupdf/fitz/system.h"
+#include "mupdf/fitz/context.h"
+
/*
fz_buffer is a wrapper around a dynamically allocated array of bytes.