summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-11-05 15:06:57 +0100
committerTor Andersson <tor.andersson@artifex.com>2013-11-05 16:05:12 +0100
commit35f1679b8b0b5dff3021c642c014c2f564393465 (patch)
tree3ad66eefebb68f2fed7c91e07d42a023aba16ab0 /include/mupdf/fitz.h
parent042b1dae44e58fd59b01671d85129bc7971136bf (diff)
downloadmupdf-35f1679b8b0b5dff3021c642c014c2f564393465.tar.xz
Add binary search tree for mapping strings to void* pointers.
Self balancing AA-tree.
Diffstat (limited to 'include/mupdf/fitz.h')
-rw-r--r--include/mupdf/fitz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz.h b/include/mupdf/fitz.h
index 00458e8c..a04dfa76 100644
--- a/include/mupdf/fitz.h
+++ b/include/mupdf/fitz.h
@@ -10,6 +10,7 @@
#include "mupdf/fitz/hash.h"
#include "mupdf/fitz/math.h"
#include "mupdf/fitz/string.h"
+#include "mupdf/fitz/tree.h"
#include "mupdf/fitz/xml.h"
/* I/O */