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:
Diffstat (limited to 'source/blender/src/editgroup.c')
-rw-r--r--source/blender/src/editgroup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/editgroup.c b/source/blender/src/editgroup.c
index e72fb33e9b8..35f8fa6210a 100644
--- a/source/blender/src/editgroup.c
+++ b/source/blender/src/editgroup.c
@@ -56,6 +56,10 @@
#include "blendef.h"
#include "mydevice.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
void set_active_group(void)
{
/* with active object, find active group */