Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-12-29 22:08:01 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-12-29 22:08:01 +0300
commit3bc3e454f01213ee68b0933a114cd9e055da7ee7 (patch)
tree0145114de2bab2ac2ae76dba14a362a6f952e703 /source/blender/freestyle/intern/system/FreestyleConfig.h
parentd0fa71a68e520ad9de86c8e544abaaea76ae06b2 (diff)
Added #include <math.h> to suppress a warning with regard to
redefinition of M_PI.
Diffstat (limited to 'source/blender/freestyle/intern/system/FreestyleConfig.h')
-rwxr-xr-xsource/blender/freestyle/intern/system/FreestyleConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/FreestyleConfig.h b/source/blender/freestyle/intern/system/FreestyleConfig.h
index 014196eb02c..620a4b50c53 100755
--- a/source/blender/freestyle/intern/system/FreestyleConfig.h
+++ b/source/blender/freestyle/intern/system/FreestyleConfig.h
@@ -32,6 +32,7 @@
# define CONFIG_H
# include <string>
+# include <math.h>
using namespace std;