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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-02-13 15:53:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:12:21 +0300
commit782a15d308c4b9c635ce0df996b9dc4cdd83edeb (patch)
tree8414c4ab53b321597afe92f04087d49dfae877be /indexer/geometry_coding.hpp
parentc2f1b9a10ca8a378ac08cd3a98cc04c721d71989 (diff)
Renamed header to hpp
Diffstat (limited to 'indexer/geometry_coding.hpp')
-rw-r--r--indexer/geometry_coding.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/geometry_coding.hpp b/indexer/geometry_coding.hpp
index 13700134be..5b3b94aef9 100644
--- a/indexer/geometry_coding.hpp
+++ b/indexer/geometry_coding.hpp
@@ -6,7 +6,7 @@
#include "../base/base.hpp"
#include "../base/bits.hpp"
-#include "../base/array_adapters.h"
+#include "../base/array_adapters.hpp"
//@{
inline uint64_t EncodeDelta(m2::PointU const & actual, m2::PointU const & prediction)