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:
authorWillian Padovani Germano <wpgermano@gmail.com>2003-11-13 20:24:47 +0300
committerWillian Padovani Germano <wpgermano@gmail.com>2003-11-13 20:24:47 +0300
commite3f6c6cfdc8390f1b70788b6e97b98e179475973 (patch)
tree5f520fd0d7488dac0d9c42b4e9312663abc94fb3 /source/blender/python/api2_2x/Object.h
parent74eccb3bbce3a6c67ff3178aedda548d4911349e (diff)
BPython: fixing a few warnings
Diffstat (limited to 'source/blender/python/api2_2x/Object.h')
-rw-r--r--source/blender/python/api2_2x/Object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Object.h b/source/blender/python/api2_2x/Object.h
index 61662ef84e4..d2954e78630 100644
--- a/source/blender/python/api2_2x/Object.h
+++ b/source/blender/python/api2_2x/Object.h
@@ -39,6 +39,7 @@
#include <BKE_curve.h>
#include <BKE_global.h>
#include <BKE_library.h>
+#include <BKE_lattice.h>
#include <BKE_main.h>
#include <BKE_mesh.h>
#include <BKE_object.h>