From f06ebba3e2ac0d815d47687e14c186cbcb52f003 Mon Sep 17 00:00:00 2001 From: Lau Ching Jun Date: Thu, 6 Feb 2020 00:54:56 -0800 Subject: [PATCH] Include in hb_wrapper.h because unique_ptr is used. (#16442) --- tools/font-subset/hb_wrappers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/font-subset/hb_wrappers.h b/tools/font-subset/hb_wrappers.h index 9638bebe610..9372e885ff0 100644 --- a/tools/font-subset/hb_wrappers.h +++ b/tools/font-subset/hb_wrappers.h @@ -6,6 +6,7 @@ #define HB_WRAPPERS_H_ #include +#include namespace HarfbuzzWrappers { struct hb_blob_deleter {