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 Yershov <yershov@corp.mail.ru>2015-04-10 01:31:06 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:49 +0300
commitdf5b060bbcfa2b42226c942219adbdf46e57e5f8 (patch)
tree1c35c4f2c7e57d7f3ec7fe91a4d2589d658d9094 /geometry/distance_on_sphere.hpp
parent969071d1eea72b68d17abfd1d3651f221c9b7e51 (diff)
Fix include path for geometry
Diffstat (limited to 'geometry/distance_on_sphere.hpp')
-rw-r--r--geometry/distance_on_sphere.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/distance_on_sphere.hpp b/geometry/distance_on_sphere.hpp
index 1d81e1e817..3f8473cfb3 100644
--- a/geometry/distance_on_sphere.hpp
+++ b/geometry/distance_on_sphere.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "../base/base.hpp"
+#include "base/base.hpp"
// namespace ms - "math on sphere", similar to the namespaces m2 and mn.
namespace ms