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-01-10 21:46:23 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-01-10 21:46:23 +0400
commitb3802d0041f4faca1f038da458957b48ad03f76a (patch)
tree05a97af1bf249dc2cd3090157f01477f5cc73ee6 /source/blender/blenkernel/BKE_report.h
parent057f0a63d456d6fcaee0811261d9b8240f2d0e09 (diff)
Fix build error on Mac, bool needs an #include.
Diffstat (limited to 'source/blender/blenkernel/BKE_report.h')
-rw-r--r--source/blender/blenkernel/BKE_report.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_report.h b/source/blender/blenkernel/BKE_report.h
index 84cc4b6db83..72611de107e 100644
--- a/source/blender/blenkernel/BKE_report.h
+++ b/source/blender/blenkernel/BKE_report.h
@@ -35,6 +35,7 @@ extern "C" {
#endif
#include "DNA_windowmanager_types.h"
+#include "BLI_utildefines.h"
/* Reporting Information and Errors
*