Windows tests: fix missing "M_PI"

This commit is contained in:
bergwerkgis 2015-11-03 13:22:51 +00:00
parent b918047c4b
commit 4325fcb26d

View file

@ -2,6 +2,7 @@
// mapnik
#include <mapnik/vertex_cache.hpp>
#include <mapnik/global.hpp>
// stl
#include <iostream>