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>2011-11-03 08:58:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-03 08:58:11 +0400
commit7d7977658ad12a940597da5b78ce70e4e5081f4b (patch)
treecf5e5092d6cf2dfa45b64bc7676dc3765ac893b9 /source/blender/quicktime
parent887e1fed9951db8a9592199268139c7886dbf38b (diff)
fix for warning on osx
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/qtkit_import.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/quicktime/apple/qtkit_import.m b/source/blender/quicktime/apple/qtkit_import.m
index 979dd1e3c60..279192e9692 100644
--- a/source/blender/quicktime/apple/qtkit_import.m
+++ b/source/blender/quicktime/apple/qtkit_import.m
@@ -31,7 +31,9 @@
#include "IMB_anim.h"
#include "BLO_sys_types.h"
#include "BKE_global.h"
+
#include "BLI_dynstr.h"
+#include "BLI_path_util.h"
#import <Cocoa/Cocoa.h>
#import <QTKit/QTKit.h>