mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
fix a build break in MSVC
add missing string header, string is used for a Picture::load() parameter
This commit is contained in:
parent
39bf94e506
commit
ea668eae1d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
#define _THORVG_H_
|
#define _THORVG_H_
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#ifdef TVG_BUILD
|
#ifdef TVG_BUILD
|
||||||
#define TVG_EXPORT __attribute__ ((visibility ("default")))
|
#define TVG_EXPORT __attribute__ ((visibility ("default")))
|
||||||
|
|
Loading…
Add table
Reference in a new issue