fix compile error on windows: error C2065: 'M_PI': undeclared identifier
This commit is contained in:
parent
9fd4ea2829
commit
c1d7fe3a8f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
// mapnik
|
||||
#include <mapnik/util/math.hpp>
|
||||
#include <mapnik/global.hpp>
|
||||
|
||||
// stl
|
||||
#include <cmath>
|
||||
|
|
Loading…
Reference in a new issue