From: wm4 Date: Wed, 7 Oct 2015 16:24:33 +0000 (+0200) Subject: Use proper include statement for HarfBuzz X-Git-Tag: 0.13.1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19d6a9edc2a102a4df56fc2e950459ceb15dd091;p=libass Use proper include statement for HarfBuzz --- diff --git a/libass/ass_render.h b/libass/ass_render.h index 194c906..e6b1f17 100644 --- a/libass/ass_render.h +++ b/libass/ass_render.h @@ -27,7 +27,7 @@ #include FT_GLYPH_H #include FT_SYNTHESIS_H #ifdef CONFIG_HARFBUZZ -#include "hb.h" +#include #endif #include "ass.h"