Revision: 26694
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26694
Author:   nexyon
Date:     2010-02-08 00:47:22 +0100 (Mon, 08 Feb 2010)

Log Message:
-----------
First fix for last commit: added math include in AUD_C-API.cpp

Modified Paths:
--------------
    trunk/blender/intern/audaspace/intern/AUD_C-API.cpp

Modified: trunk/blender/intern/audaspace/intern/AUD_C-API.cpp
===================================================================
--- trunk/blender/intern/audaspace/intern/AUD_C-API.cpp 2010-02-07 23:41:17 UTC 
(rev 26693)
+++ trunk/blender/intern/audaspace/intern/AUD_C-API.cpp 2010-02-07 23:47:22 UTC 
(rev 26694)
@@ -25,6 +25,7 @@
 
 #include <cstdlib>
 #include <cstring>
+#include <cmath>
 
 #include "AUD_NULLDevice.h"
 #include "AUD_I3DDevice.h"


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

Reply via email to