diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-10-18 14:21:59 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-10-19 08:11:41 +0300 |
commit | ef62b78fce06ad93de87e9a6a6775ae33fff214d (patch) | |
tree | 19f655f4389fad40ec520d9f7a8af0d8cb5144ec /include | |
parent | 2188d68b6c09dec676c294223aa7d1a4c24c85f0 (diff) | |
download | qtlocation-mapboxgl-ef62b78fce06ad93de87e9a6a6775ae33fff214d.tar.gz |
[core] TileCoordinate::fromLatLng no longer depens on TransformState
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/util/projection.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mbgl/util/constants.hpp> #include <mbgl/util/geo.hpp> +#include <mbgl/util/geometry.hpp> #include <mbgl/math/clamp.hpp> -#include <cmath> namespace mbgl { |