mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 15:50:45 +00:00
thorvg: Fix MinGW build by adding explicit <cstring>
include
Fixes #59044.
This commit is contained in:
parent
9d732aa0cf
commit
3a305d31f0
@ -22,6 +22,8 @@
|
||||
|
||||
#include "tvgSvgCssStyle.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
/************************************************************************/
|
||||
/* Internal Class Implementation */
|
||||
/************************************************************************/
|
||||
@ -183,4 +185,4 @@ void cssApplyStyleToPostponeds(Array<SvgNodeIdPair>& postponeds, SvgNode* style)
|
||||
cssCopyStyleAttr(nodeIdPair.node, cssNode);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user