From 67f638cbef25462af4e22df87926a34cfcc0618f Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 19 Oct 2005 16:38:40 +0000 Subject: [PATCH] Fixed up config to include via a wrapper that turns off TR1 inclusion in case the Boost.TR1 lib is in the compilers search path. Likewise for in the Math/TR1 components. [SVN r31387] --- include/boost/math/complex/details.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/math/complex/details.hpp b/include/boost/math/complex/details.hpp index 2a2f059c4..d65f8192d 100644 --- a/include/boost/math/complex/details.hpp +++ b/include/boost/math/complex/details.hpp @@ -10,7 +10,7 @@ // inverse trig complex functions, it also contains all the includes // that we need to implement all these functions. // -#include +#include #include #include // isnan where available #include