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-02-26 04:49:38 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-02-26 04:49:38 +0400
commita9facca8999bbf3278ebb10d36099e581c0b528b (patch)
tree462ba5b56188d841c821e02a0e5f229435a44450 /source/blender/blenkernel/BKE_report.h
parenta62eeb9d8feee81526ba877aa44b96256f0ddeb7 (diff)
Fix OS X build error with Quicktime, need <stdio.h> for FILE usage.
Diffstat (limited to 'source/blender/blenkernel/BKE_report.h')
-rw-r--r--source/blender/blenkernel/BKE_report.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_report.h b/source/blender/blenkernel/BKE_report.h
index e659954a3ac..4dc16f6266f 100644
--- a/source/blender/blenkernel/BKE_report.h
+++ b/source/blender/blenkernel/BKE_report.h
@@ -34,6 +34,8 @@
extern "C" {
#endif
+#include <stdio.h>
+
#include "DNA_windowmanager_types.h"
#include "BLI_utildefines.h"