mirror of
https://github.com/thorvg/thorvg.git
synced 2025-07-23 14:48:24 +00:00
Fix compilation error on Windows
This commit is contained in:
parent
5fa8aac2aa
commit
b6ca58f655
1 changed files with 1 additions and 1 deletions
|
@ -49,9 +49,9 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "tvgMath.h" /* to include math.h before cstring */
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
#include "tvgMath.h"
|
||||
#include "tvgSvgLoaderCommon.h"
|
||||
#include "tvgSvgSceneBuilder.h"
|
||||
#include "tvgSvgPath.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue