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/qt
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-02-27 20:31:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:03 +0300
commitc5a45d38c2060c1b8722a387031bef03cabdc9e6 (patch)
treecfbcac93439a272583e96657c5d17caaae8c97b5 /qt
parentb6db1697139223354c36524605eb13cbdc2f9f15 (diff)
Developing infrastucture for launching integration tests and unit tests for Android. Porting integration tests and indexer tests on Android platform.
Diffstat (limited to 'qt')
-rw-r--r--qt/search_panel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt/search_panel.cpp b/qt/search_panel.cpp
index 378effde26..f6763aebe4 100644
--- a/qt/search_panel.cpp
+++ b/qt/search_panel.cpp
@@ -1,10 +1,11 @@
#include "qt/search_panel.hpp"
#include "qt/draw_widget.hpp"
-#include "map/measurement_utils.hpp"
#include "map/bookmark_manager.hpp"
#include "map/user_mark_container.hpp"
+#include "platform/measurement_utils.hpp"
+
#include "std/bind.hpp"
#include <QtCore/QTimer>