[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41484] trunk/blender/source/blender/ quicktime/apple/qtkit_import.m: fix for warning on osx

Campbell Barton ideasman42 at gmail.com
Thu Nov 3 05:58:15 CET 2011


Revision: 41484
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41484
Author:   campbellbarton
Date:     2011-11-03 04:58:11 +0000 (Thu, 03 Nov 2011)
Log Message:
-----------
fix for warning on osx

Modified Paths:
--------------
    trunk/blender/source/blender/quicktime/apple/qtkit_import.m

Modified: trunk/blender/source/blender/quicktime/apple/qtkit_import.m
===================================================================
--- trunk/blender/source/blender/quicktime/apple/qtkit_import.m	2011-11-03 03:51:48 UTC (rev 41483)
+++ trunk/blender/source/blender/quicktime/apple/qtkit_import.m	2011-11-03 04:58:11 UTC (rev 41484)
@@ -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>




More information about the Bf-blender-cvs mailing list