Skip to content

Commit

Permalink
Include <memory> in hb_wrapper.h because unique_ptr is used. (flutter…
Browse files Browse the repository at this point in the history
  • Loading branch information
chingjun authored Feb 6, 2020
1 parent 9708e52 commit f06ebba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/font-subset/hb_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#define HB_WRAPPERS_H_

#include <hb-subset.h>
#include <memory>

namespace HarfbuzzWrappers {
struct hb_blob_deleter {
Expand Down

0 comments on commit f06ebba

Please sign in to comment.