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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-07 22:32:37 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-07 22:32:37 +0400
commit13c0ef139fa2c571b14fe2d10a73c8b1a0eb1bd0 (patch)
tree346c6703224ef7f0426ac17a03a333f0362861e8 /source/blender/windowmanager/WM_keymap.h
parentaa959b4e7d6d44df35c1efc990e5e4bd0c541e1d (diff)
Fix OS X 32 bit build error, and bring buildbot config in sync with default.
Diffstat (limited to 'source/blender/windowmanager/WM_keymap.h')
-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" {