Skip to content

Commit 9621b7f

Browse files
committed
malloc include fix
1 parent 03c0193 commit 9621b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

defold-spine/src/res_spine_json.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "res_spine_json.h"
22
#include <memory.h>
3+
#include <malloc.h>
34
#include <string.h>
45
#include <stdio.h>
56

0 commit comments

Comments
 (0)