Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-13 16:34:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-02-13 16:34:26 +0300
commit74a3d9b410e671b81b6b41e16dd9b158882521d3 (patch)
treedd34df2dee0f6b47739434a363504bf20ba31d34 /source/blender/makesrna
parent1bbe770030a93c38e4fd95f4e65009385c33ab34 (diff)
parent3866161da855d2b35ac48ef55958bcb567d4a740 (diff)
Merge branch 'blender2.7'
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/makesrna.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index 0adaf598562..7230b65738b 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -3592,6 +3592,7 @@ static void rna_generate_header(BlenderRNA *UNUSED(brna), FILE *f)
static const char *cpp_classes = ""
"\n"
+"#include <stdlib.h> /* for malloc */\n"
"#include <string>\n"
"#include <string.h> /* for memcpy */\n"
"\n"