portability: fixed a compile error on msys2

This commit is contained in:
Hermet Park 2024-11-26 22:00:08 +09:00
parent ba8a764ec3
commit c6632d9ec0

View file

@ -20,6 +20,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
#include <cstring>
#include "tvgCommon.h" #include "tvgCommon.h"
#include "tvgSaveModule.h" #include "tvgSaveModule.h"
#include "tvgPaint.h" #include "tvgPaint.h"