Include <memory> in hb_wrapper.h because unique_ptr is used. (#16442)

This commit is contained in:
Lau Ching Jun 2020-02-06 00:54:56 -08:00 committed by GitHub
parent 9708e5274b
commit f06ebba3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@
#define HB_WRAPPERS_H_
#include <hb-subset.h>
#include <memory>
namespace HarfbuzzWrappers {
struct hb_blob_deleter {