fix a build break in MSVC

add missing string header, string is used for a Picture::load() parameter
This commit is contained in:
Hermet Park 2021-06-22 12:45:19 +09:00 committed by Hermet Park
parent 39bf94e506
commit ea668eae1d

View file

@ -15,6 +15,7 @@
#define _THORVG_H_
#include <memory>
#include <string>
#ifdef TVG_BUILD
#define TVG_EXPORT __attribute__ ((visibility ("default")))