Revision: 41194
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41194
Author:   nazgul
Date:     2011-10-22 15:19:16 +0000 (Sat, 22 Oct 2011)
Log Message:
-----------
Camera tracking integration
===========================

Fix compilation error.

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

Modified: branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c
===================================================================
--- branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c   
2011-10-22 15:15:42 UTC (rev 41193)
+++ branches/soc-2011-tomato/source/blender/imbuf/intern/moviecache.c   
2011-10-22 15:19:16 UTC (rev 41194)
@@ -32,6 +32,7 @@
  */
 
 #include <stdlib.h> /* for qsort */
+#include <memory.h>
 
 #include "MEM_guardedalloc.h"
 #include "MEM_CacheLimiterC-Api.h"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to