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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-02 14:54:39 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:19 +0300
commit491d291cc518652b9f9cbe0878a139a855ba8af2 (patch)
tree4cb99a332b30e581beadda6c02ed30abe4eb6957 /integration_tests
parent7eed4e572d09a5f5359603599dfc07d06632fbc6 (diff)
New LatLon class.
Diffstat (limited to 'integration_tests')
-rw-r--r--integration_tests/osrm_test_tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_tests/osrm_test_tools.cpp b/integration_tests/osrm_test_tools.cpp
index 49ee906cca..30deb2eb21 100644
--- a/integration_tests/osrm_test_tools.cpp
+++ b/integration_tests/osrm_test_tools.cpp
@@ -4,8 +4,8 @@
#include "map/feature_vec_model.hpp"
-#include "routing/online_cross_fetcher.hpp"
#include "routing/online_absent_fetcher.hpp"
+#include "routing/online_cross_fetcher.hpp"
#include "routing/route.hpp"
#include "search/search_engine.hpp"