From 011fc2f3d58fad4698a445df8df563ddfabbe7aa Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 10 Oct 2008 16:10:00 +0000 Subject: [PATCH] Change includes of to . Previously if Boost.TR1 was in the include path then including pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only. Fixes #2392. svn path=/trunk/boost/numeric/ublas/; revision=49254 --- include/boost/numeric/ublas/traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/traits.hpp b/include/boost/numeric/ublas/traits.hpp index 6e5c576f..4c26919b 100644 --- a/include/boost/numeric/ublas/traits.hpp +++ b/include/boost/numeric/ublas/traits.hpp @@ -15,7 +15,7 @@ #include #include -#include +#include #include #include