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:
authorCampbell Barton <ideasman42@gmail.com>2008-01-19 22:01:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-19 22:01:19 +0300
commit2fa4ff4dac684fd6fd2dd50b364cbc084db9114e (patch)
tree08867440aef517202db61973dd51483ea7587e44 /source/blender/src/editipo.c
parent5a4fc7a8fd3778388c92953a8e30aa1415f81122 (diff)
missing header from editipo.c
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index 22eea819077..07b97ccf75f 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -86,6 +86,7 @@
#include "BKE_particle.h"
#include "BKE_texture.h"
#include "BKE_utildefines.h"
+#include "BKE_object.h"
#include "BIF_butspace.h"
#include "BIF_editaction.h"