Fix type conflicts on Windows without glib

This commit is contained in:
Behdad Esfahbod 2012-05-17 21:01:04 -04:00
parent f039e79d54
commit 4aa7258cb1
1 changed files with 2 additions and 1 deletions

View File

@ -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 <string.h>