Index: third_party/harfbuzz-ng/src/hb-tt-font.cc |
diff --git a/third_party/harfbuzz-ng/src/hb-tt-font.cc b/third_party/harfbuzz-ng/src/hb-tt-font.cc |
index ccd86e1accd515fa7157328524ce578b8f3303f4..b2f24f6e892acf968a535356060f4dd8697fd670 100644 |
--- a/third_party/harfbuzz-ng/src/hb-tt-font.cc |
+++ b/third_party/harfbuzz-ng/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 <string.h> |