diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-28 11:06:08 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-28 11:07:00 -0400 |
commit | d0a3b2cabbe448cfa4b98b9dfba9ff8ccc696b82 (patch) | |
tree | bd2e0486e30e8464e3859246fb4ce015ed639ea5 /pango/pango-font.h | |
parent | d8795e05687e12394006f170c219b78debc66c3f (diff) | |
download | pango-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.h | 2 |
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 |