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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-11-20 00:40:46 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-11-20 00:40:46 +0400
commit807a76d9430b6b6e30fd6f09d6000f093c37dea4 (patch)
tree7bd4ce6efcdb28a7f851a065f0983424b22d9023 /source/blender/modifiers/intern/MOD_uvproject.c
parent120c0659ed24378bda02b03cac8854aa0c01283c (diff)
Fixing compile breakage (was missing an #include "BKE_camera.h" in UVProject modifier code fileā€¦).
Diffstat (limited to 'source/blender/modifiers/intern/MOD_uvproject.c')
-rw-r--r--source/blender/modifiers/intern/MOD_uvproject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_uvproject.c b/source/blender/modifiers/intern/MOD_uvproject.c
index 6f0ba9259b8..e3abc16f98f 100644
--- a/source/blender/modifiers/intern/MOD_uvproject.c
+++ b/source/blender/modifiers/intern/MOD_uvproject.c
@@ -46,6 +46,7 @@
#include "BLI_utildefines.h"
+#include "BKE_camera.h"
#include "BKE_DerivedMesh.h"
#include "MOD_modifiertypes.h"