Added #include <math.h> to suppress a warning with regard to

redefinition of M_PI.
This commit is contained in:
Tamito Kajiyama
2009-12-29 19:08:01 +00:00
parent d0fa71a68e
commit 3bc3e454f0

View File

@@ -32,6 +32,7 @@
# define CONFIG_H
# include <string>
# include <math.h>
using namespace std;