[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26694] trunk/blender/intern/audaspace/ intern/AUD_C-API.cpp: First fix for last commit: added math include in AUD_C-API.cpp

Joerg Mueller nexyon at gmail.com
Mon Feb 8 00:47:22 CET 2010


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"





More information about the Bf-blender-cvs mailing list