From 4aa7258cb16176a89e1547fee8f86571fdd98307 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 17 May 2012 21:01:04 -0400 Subject: [PATCH] Fix type conflicts on Windows without glib --- src/hb-tt-font.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-tt-font.cc b/src/hb-tt-font.cc index ccd86e1ac..b2f24f6e8 100644 --- a/src/hb-tt-font.cc +++ b/src/hb-tt-font.cc @@ -24,12 +24,13 @@ * Google Author(s): Behdad Esfahbod */ +#include "hb-font-private.hh" /* Shall be first since may include windows.h */ + #include "hb-open-type-private.hh" #include "hb-ot-hhea-table.hh" #include "hb-ot-hmtx-table.hh" -#include "hb-font-private.hh" #include "hb-blob.h" #include