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:
authorJens Verwiebe <info@jensverwiebe.de>2013-05-28 21:38:02 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-05-28 21:38:02 +0400
commit3223518e3297d76b7c21f1bb60f4df4b3133bcaf (patch)
treef06a7d75e8c172caab8fdd3377ad9c681c86f621 /source/blender/quicktime/apple/qtkit_export.m
parent27b8ea476dd36d440493e6724210a8aefed03d49 (diff)
QTKIT: as per Ideasman's suggestion, include BLI_utildefines.h in sourcefiles where needed and reorder (must be before BKE_global.h)
Diffstat (limited to 'source/blender/quicktime/apple/qtkit_export.m')
-rw-r--r--source/blender/quicktime/apple/qtkit_export.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m
index b23c768545c..1aff682eef8 100644
--- a/source/blender/quicktime/apple/qtkit_export.m
+++ b/source/blender/quicktime/apple/qtkit_export.m
@@ -38,6 +38,7 @@
# include "AUD_C-API.h"
#endif
+#include "BLI_utildefines.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_scene.h"