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 /indexer/cell_id.hpp
parent650c1e5aa448e31028304a6f7cf382a580c333b4 (diff)
Move mercator.hpp to geometry.
Diffstat (limited to 'indexer/cell_id.hpp')
-rw-r--r--indexer/cell_id.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/cell_id.hpp b/indexer/cell_id.hpp
index 6d9a014366..7d64d339ac 100644
--- a/indexer/cell_id.hpp
+++ b/indexer/cell_id.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "indexer/mercator.hpp"
+#include "geometry/mercator.hpp"
#include "indexer/point_to_int64.hpp"
#include "base/assert.hpp"