build: Add another `<cstring>` include for MinGW compatibility 30/289330/1
authorRémi Verschelde <rverschelde@gmail.com>
Wed, 16 Mar 2022 14:28:53 +0000 (15:28 +0100)
committerMichal Szczecinski <mihashco89@gmail.com>
Mon, 6 Mar 2023 09:59:35 +0000 (10:59 +0100)
Change-Id: Ib3179c8997cfbfd0a2bf671cc7481b1b3d40afcf

src/loaders/svg/tvgSvgCssStyle.cpp

index e537cfa..8f46b62 100644 (file)
@@ -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);
         }
     }
-}
\ No newline at end of file
+}