mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Include <memory> in hb_wrapper.h because unique_ptr is used. (#16442)
This commit is contained in:
parent
9708e5274b
commit
f06ebba3e2
@ -6,6 +6,7 @@
|
||||
#define HB_WRAPPERS_H_
|
||||
|
||||
#include <hb-subset.h>
|
||||
#include <memory>
|
||||
|
||||
namespace HarfbuzzWrappers {
|
||||
struct hb_blob_deleter {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user