From df5b060bbcfa2b42226c942219adbdf46e57e5f8 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Fri, 10 Apr 2015 01:31:06 +0300 Subject: Fix include path for geometry --- geometry/rect2d.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'geometry/rect2d.hpp') 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 -- cgit v1.2.3