summaryrefslogtreecommitdiff
path: root/src/hb-font.cc
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-05-17 22:04:45 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-05-17 22:04:45 -0400
commit20fdb0f41d81b226e076a4830d4b0d03da31fc19 (patch)
tree8a24cd438ba630b2963a0c79faf25817204ae25b /src/hb-font.cc
parentbd908b4f102b5ae18a3ad4a8b137994cf74b86ce (diff)
Add a lock-free cache type for int->int functions
To be used for cmap and advance caching if desired.
Diffstat (limited to 'src/hb-font.cc')
-rw-r--r--src/hb-font.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hb-font.cc b/src/hb-font.cc
index 9800ea7d..e314ad5b 100644
--- a/src/hb-font.cc
+++ b/src/hb-font.cc
@@ -33,6 +33,8 @@
#include "hb-open-file-private.hh"
#include "hb-ot-head-table.hh"
+#include "hb-cache-private.hh"
+
#include <string.h>