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@pandora.be>2009-01-08 16:57:29 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-01-08 16:57:29 +0300
commitbebe874a5b80a1e698b3a9dc6aec0870540aed4b (patch)
treedc96606555029df8215960c15271c6f38d389586 /source/blender/makesrna/intern/rna_text.c
parentb08f15aa08cb4b3522b5265118f533cc438c67d9 (diff)
RNA
* The generated code is now split into multiple files instead of a single big one. Scons, make and cmake are updated to deal with this.
Diffstat (limited to 'source/blender/makesrna/intern/rna_text.c')
-rw-r--r--source/blender/makesrna/intern/rna_text.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_text.c b/source/blender/makesrna/intern/rna_text.c
index 7834775c4b9..af04b396584 100644
--- a/source/blender/makesrna/intern/rna_text.c
+++ b/source/blender/makesrna/intern/rna_text.c
@@ -25,6 +25,8 @@
#include <stdlib.h>
#include <limits.h>
+#include "MEM_guardedalloc.h"
+
#include "BKE_text.h"
#include "RNA_define.h"