[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43898] trunk/blender/source/blender/ quicktime/apple/quicktime_import.c: win32 quicktime: missing include.

Benoit Bolsee benoit.bolsee at online.be
Sun Feb 5 10:30:08 CET 2012


Revision: 43898
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43898
Author:   ben2610
Date:     2012-02-05 09:29:53 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
win32 quicktime: missing include. How comes nobody else got this problem?

Modified Paths:
--------------
    trunk/blender/source/blender/quicktime/apple/quicktime_import.c

Modified: trunk/blender/source/blender/quicktime/apple/quicktime_import.c
===================================================================
--- trunk/blender/source/blender/quicktime/apple/quicktime_import.c	2012-02-05 08:18:34 UTC (rev 43897)
+++ trunk/blender/source/blender/quicktime/apple/quicktime_import.c	2012-02-05 09:29:53 UTC (rev 43898)
@@ -41,6 +41,7 @@
 #include "BLO_sys_types.h"
 #include "BKE_global.h"
 #include "BLI_dynstr.h"
+#include "BLI_path_util.h"
 
 #ifdef __APPLE__
 #include <QuickTime/Movies.h>




More information about the Bf-blender-cvs mailing list