From 7448397653732ce8e28101c2a1840677a802dd06 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 26 Mar 2011 11:56:55 +0000 Subject: [PATCH] Change test to include fenv.h directly, otherwise Boost.Config test depends upon Boost.Config which is not a good idea. [SVN r70568] --- test/boost_no_fenv_h.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boost_no_fenv_h.ipp b/test/boost_no_fenv_h.ipp index 5acfee8d..1bb71160 100644 --- a/test/boost_no_fenv_h.ipp +++ b/test/boost_no_fenv_h.ipp @@ -12,7 +12,7 @@ // available, should be included // instead of directly including . -#include +#include namespace boost_no_fenv_h {