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:
authorCampbell Barton <ideasman42@gmail.com>2013-01-24 18:48:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-24 18:48:08 +0400
commit1da7d7d1a0a4297cf6b09758c01f98f50543993f (patch)
treeb527f096a58fdc5a74783f9506400b0e147b962b /source/blender/makesrna/intern/rna_action.c
parent5c9d1ec080c959bfe06ac17c91d5324a3c9b7349 (diff)
use bool for new code.
Diffstat (limited to 'source/blender/makesrna/intern/rna_action.c')
-rw-r--r--source/blender/makesrna/intern/rna_action.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_action.c b/source/blender/makesrna/intern/rna_action.c
index 07c394ae4d8..bf6faa3f2cc 100644
--- a/source/blender/makesrna/intern/rna_action.c
+++ b/source/blender/makesrna/intern/rna_action.c
@@ -39,6 +39,8 @@
#include "MEM_guardedalloc.h"
+#include "BLI_utildefines.h"
+
#include "BKE_action.h"
#include "WM_types.h"