Revision: 38570
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38570
Author:   nazgul
Date:     2011-07-21 16:56:44 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
Camera tracking integration
===========================

Attempt to fix undefined log2f function.

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

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c        
2011-07-21 16:51:36 UTC (rev 38569)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c        
2011-07-21 16:56:44 UTC (rev 38570)
@@ -32,6 +32,7 @@
 
 #include <stddef.h>
 #include <limits.h>
+#include <math.h>
 
 #include "MEM_guardedalloc.h"
 

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

Reply via email to