summaryrefslogtreecommitdiff
path: root/include/mbgl/util
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-18 14:21:59 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-19 08:11:41 +0300
commitef62b78fce06ad93de87e9a6a6775ae33fff214d (patch)
tree19f655f4389fad40ec520d9f7a8af0d8cb5144ec /include/mbgl/util
parent2188d68b6c09dec676c294223aa7d1a4c24c85f0 (diff)
downloadqtlocation-mapboxgl-ef62b78fce06ad93de87e9a6a6775ae33fff214d.tar.gz
[core] TileCoordinate::fromLatLng no longer depens on TransformState
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/projection.hpp2
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 {