summaryrefslogtreecommitdiff
path: root/pango/pango-font.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-28 11:06:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-07-28 11:07:00 -0400
commitd0a3b2cabbe448cfa4b98b9dfba9ff8ccc696b82 (patch)
treebd2e0486e30e8464e3859246fb4ce015ed639ea5 /pango/pango-font.h
parentd8795e05687e12394006f170c219b78debc66c3f (diff)
downloadpango-d0a3b2cabbe448cfa4b98b9dfba9ff8ccc696b82.tar.gz
Fix harfbuzz includes
Until we move harfbuzz from Requires.private to Requires, public headers should include harfbuzz/hb.h.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r--pango/pango-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h
index 13730fa5..41d9dff5 100644
--- a/pango/pango-font.h
+++ b/pango/pango-font.h
@@ -26,7 +26,7 @@
#include <pango/pango-types.h>
#include <glib-object.h>
-#include <hb.h>
+#include <harfbuzz/hb.h>
G_BEGIN_DECLS