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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2012-05-03 05:07:16 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2012-05-03 05:07:16 +0400
commitaf1720bc77532b2eea999ccd4aa8dfeff69efb62 (patch)
treefd44f2873599d0822de1fe5d05ccbc55f167b3cb /source/blender/windowmanager
parentbfcee9addb0cb2510d42ba030286e1e318a17e02 (diff)
ED_object_exit_editmode needs ED_object.h
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 6fab4ff45e1..cc4cf030988 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -84,6 +84,7 @@
#include "ED_screen.h"
#include "ED_util.h"
+#include "ED_object.h"
#include "RNA_access.h"
#include "RNA_define.h"