parent
38bc1df8ae
commit
e27cba8e25
2 changed files with 18 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
diff --git a/src/cairo-colr-glyph-render.c b/src/cairo-colr-glyph-render.c
|
||||
--- a/src/cairo-colr-glyph-render.c
|
||||
+++ b/src/cairo-colr-glyph-render.c
|
||||
@@ -43,6 +43,10 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
+#ifdef _MSC_VER
|
||||
+#include <malloc.h>
|
||||
+#endif
|
||||
+
|
||||
#if HAVE_FT_COLR_V1
|
||||
|
||||
#include <ft2build.h>
|
Loading…
Reference in new issue