Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Magidovich <mgsergio@mapswithme.com>2015-12-07 13:52:56 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2015-12-07 15:15:49 +0300
commit82e7d98a29001ce941f080a716a1054a1876fdf6 (patch)
treeaa18c287e01fc11e241641f69e3e073e261dfb47 /mapshot
parent650c1e5aa448e31028304a6f7cf382a580c333b4 (diff)
Move mercator.hpp to geometry.
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapshot/mapshot.cpp b/mapshot/mapshot.cpp
index 5a3a29d6bd..96534c515a 100644
--- a/mapshot/mapshot.cpp
+++ b/mapshot/mapshot.cpp
@@ -1,6 +1,6 @@
#include "map/framework.hpp"
-#include "indexer/mercator.hpp"
+#include "geometry/mercator.hpp"
#include "base/string_utils.hpp"