From 13c0ef139fa2c571b14fe2d10a73c8b1a0eb1bd0 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 7 May 2013 18:32:37 +0000 Subject: Fix OS X 32 bit build error, and bring buildbot config in sync with default. --- source/blender/windowmanager/WM_keymap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/windowmanager/WM_keymap.h') 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" { -- cgit v1.2.3