[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41160] branches/soc-2011-tomato/source/ blender: Tomato Branch:

Thomas Dinges blender at dingto.org
Thu Oct 20 22:47:08 CEST 2011


Revision: 41160
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41160
Author:   dingto
Date:     2011-10-20 20:47:08 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Tomato Branch:
* Build fixes for windows. 

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
    branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-10-20 20:38:26 UTC (rev 41159)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-10-20 20:47:08 UTC (rev 41160)
@@ -46,6 +46,7 @@
 #include "BLI_math.h"
 #include "BLI_listbase.h"
 #include "BLI_ghash.h"
+#include "BLI_path_util.h"
 
 #include "BKE_global.h"
 #include "BKE_tracking.h"

Modified: branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c	2011-10-20 20:38:26 UTC (rev 41159)
+++ branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c	2011-10-20 20:47:08 UTC (rev 41160)
@@ -31,6 +31,8 @@
  *  \ingroup bke
  */
 
+#include <stdlib.h> /* for qsort */
+
 #include "MEM_guardedalloc.h"
 #include "MEM_CacheLimiterC-Api.h"
 




More information about the Bf-blender-cvs mailing list