From 5cd544a621f10b307bb97aea27ea54e55aacb2e9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 30 Oct 2018 19:16:00 -0700 Subject: [PATCH] Fix build Fixes https://github.com/harfbuzz/harfbuzz/issues/1338 --- src/test-ot-color.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-ot-color.cc b/src/test-ot-color.cc index 2cb9b03b2..cb369c0f3 100644 --- a/src/test-ot-color.cc +++ b/src/test-ot-color.cc @@ -23,7 +23,7 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. */ -#include "hb.h" +#include "hb.hh" #include "hb-ot.h" #include "hb-ft.h"