Add missing header (linux)

This commit is contained in:
Artem Pavlenko 2021-03-24 11:44:56 +00:00
parent d756b534e3
commit c76f65a49a

View file

@ -3,6 +3,7 @@
#include <mapnik/projection.hpp>
#include <mapnik/proj_transform.hpp>
#include <mapnik/geometry/box2d.hpp>
#include <cmath>
#include <tuple>
TEST_CASE("projection transform")