From ef62b78fce06ad93de87e9a6a6775ae33fff214d Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 18 Oct 2016 14:21:59 +0300 Subject: [core] TileCoordinate::fromLatLng no longer depens on TransformState --- include/mbgl/util/projection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/util/projection.hpp') diff --git a/include/mbgl/util/projection.hpp b/include/mbgl/util/projection.hpp index 4212e5da7a..9ca3cd4ab5 100644 --- a/include/mbgl/util/projection.hpp +++ b/include/mbgl/util/projection.hpp @@ -2,9 +2,9 @@ #include #include +#include #include -#include namespace mbgl { -- cgit v1.2.1