Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f06ebba

Browse files
authored
Include <memory> in hb_wrapper.h because unique_ptr is used. (#16442)
1 parent 9708e52 commit f06ebba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/font-subset/hb_wrappers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define HB_WRAPPERS_H_
77

88
#include <hb-subset.h>
9+
#include <memory>
910

1011
namespace HarfbuzzWrappers {
1112
struct hb_blob_deleter {

0 commit comments

Comments
 (0)