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/rect2d.hpp
parent969071d1eea72b68d17abfd1d3651f221c9b7e51 (diff)
Fix include path for geometry
Diffstat (limited to 'geometry/rect2d.hpp')
-rw-r--r--geometry/rect2d.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/geometry/rect2d.hpp b/geometry/rect2d.hpp
index 685b47db8d..39c8a207f9 100644
--- a/geometry/rect2d.hpp
+++ b/geometry/rect2d.hpp
@@ -1,12 +1,12 @@
#pragma once
-#include "point2d.hpp"
+#include "geometry/point2d.hpp"
-#include "../base/assert.hpp"
-#include "../base/internal/message.hpp"
+#include "base/assert.hpp"
+#include "base/internal/message.hpp"
-#include "../std/algorithm.hpp"
-#include "../std/limits.hpp"
+#include "std/algorithm.hpp"
+#include "std/limits.hpp"
namespace m2