sammycage / lunasvg

SVG rendering and manipulation library in C++
MIT License
866 stars 124 forks source link

document.h needs to #include <string> #35

Closed jmelas closed 3 years ago

jmelas commented 3 years ago

I am compiling with MSVC compiler (Visual Studio v16.9.3) and I get an error that std::string is not defined. Document.h is missing #include

jmelas commented 3 years ago

Thanks!

sammycage commented 3 years ago

Thank you for reporting this issue