From c842eef9f401e7f05c2308bf51824c833209d41c Mon Sep 17 00:00:00 2001 From: Chingjun Lau Date: Wed, 5 Feb 2020 17:53:51 -0800 Subject: [PATCH 1/2] Include in hb_wrapper.h because unique_ptr is used. --- 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 9638bebe610c1..b917af54bab58 100644 --- a/tools/font-subset/hb_wrappers.h +++ b/tools/font-subset/hb_wrappers.h @@ -5,6 +5,7 @@ #ifndef HB_WRAPPERS_H_ #define HB_WRAPPERS_H_ +#include #include namespace HarfbuzzWrappers { From cbe08e2b11ffdd6fb958721bf819ebd64b123dd3 Mon Sep 17 00:00:00 2001 From: Chingjun Lau Date: Wed, 5 Feb 2020 23:22:37 -0800 Subject: [PATCH 2/2] Format code --- tools/font-subset/hb_wrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/font-subset/hb_wrappers.h b/tools/font-subset/hb_wrappers.h index b917af54bab58..9372e885ff0bf 100644 --- a/tools/font-subset/hb_wrappers.h +++ b/tools/font-subset/hb_wrappers.h @@ -5,8 +5,8 @@ #ifndef HB_WRAPPERS_H_ #define HB_WRAPPERS_H_ -#include #include +#include namespace HarfbuzzWrappers { struct hb_blob_deleter {