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_lattice.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_lattice.c')
-rw-r--r--source/blender/makesrna/intern/rna_lattice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_lattice.c b/source/blender/makesrna/intern/rna_lattice.c
index e48a462b69a..6610cf895b4 100644
--- a/source/blender/makesrna/intern/rna_lattice.c
+++ b/source/blender/makesrna/intern/rna_lattice.c
@@ -29,6 +29,7 @@
#include "rna_internal.h"
+#include "DNA_curve_types.h"
#include "DNA_key_types.h"
#include "DNA_lattice_types.h"
#include "DNA_meshdata_types.h"