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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-05-16 13:57:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-16 13:57:05 +0400
commit3395b563865dfe66bfda49147139e2e2b33772ea (patch)
treea9540961704edf8df0898757c3a78c73603e27e5 /source
parent3ad3630438fc2aa3181c9aeef0642d2bb8a4e23f (diff)
svn merge ^/trunk/blender -r56533:56534
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/WM_keymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_keymap.h b/source/blender/windowmanager/WM_keymap.h
index 6f3b90c00a1..8d37db000c0 100644
--- a/source/blender/windowmanager/WM_keymap.h
+++ b/source/blender/windowmanager/WM_keymap.h
@@ -32,6 +32,7 @@
/* dna-savable wmStructs here */
#include "DNA_windowmanager_types.h"
+#include "BLI_utildefines.h"
#ifdef __cplusplus
extern "C" {