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
path: root/map
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-06-07 18:04:07 +0300
committerYuri Gorshenin <y@maps.me>2016-06-15 17:43:46 +0300
commit83a097a846e1debe6fc80cc02aed415a743ebbdd (patch)
treec333a26c8a1fa09038e3e9c9f38cf1f96da3499f /map
parent9201925db05acf6b490c217752fb111810b351ea (diff)
[search] House number parser revisited.
Diffstat (limited to 'map')
-rw-r--r--map/framework.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index 537dbd2bd4..d97afe69af 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -66,9 +66,10 @@
#include "geometry/rect2d.hpp"
#include "geometry/triangle2d.hpp"
+#include "base/logging.hpp"
#include "base/math.hpp"
-#include "base/timer.hpp"
#include "base/scope_guard.hpp"
+#include "base/timer.hpp"
#include "std/algorithm.hpp"
#include "std/bind.hpp"