[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25614] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/system/FreestyleConfig.h: Added #include <math.h> to suppress a warning with regard to

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Tue Dec 29 20:08:01 CET 2009


Revision: 25614
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25614
Author:   kjym3
Date:     2009-12-29 20:08:01 +0100 (Tue, 29 Dec 2009)

Log Message:
-----------
Added #include <math.h> to suppress a warning with regard to
redefinition of M_PI.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h	2009-12-29 18:57:59 UTC (rev 25613)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/system/FreestyleConfig.h	2009-12-29 19:08:01 UTC (rev 25614)
@@ -32,6 +32,7 @@
 # define CONFIG_H
 
 # include <string>
+# include <math.h>
 
 using namespace std;
 





More information about the Bf-blender-cvs mailing list