summaryrefslogtreecommitdiff
path: root/boost/polygon/rectangle_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/polygon/rectangle_traits.hpp')
-rw-r--r--boost/polygon/rectangle_traits.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/boost/polygon/rectangle_traits.hpp b/boost/polygon/rectangle_traits.hpp
index fe777a4fe1..bd494744af 100644
--- a/boost/polygon/rectangle_traits.hpp
+++ b/boost/polygon/rectangle_traits.hpp
@@ -1,12 +1,15 @@
/*
Copyright 2008 Intel Corporation
-
+
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
*/
#ifndef BOOST_POLYGON_RECTANGLE_TRAITS_HPP
#define BOOST_POLYGON_RECTANGLE_TRAITS_HPP
+
+#include "isotropy.hpp"
+
namespace boost { namespace polygon{
template <typename T, typename enable = gtl_yes>
@@ -35,4 +38,3 @@ namespace boost { namespace polygon{
}
}
#endif
-