diff --git a/include/boost/numeric/ublas/config.hpp b/include/boost/numeric/ublas/config.hpp index a420e5f0..05b73973 100644 --- a/include/boost/numeric/ublas/config.hpp +++ b/include/boost/numeric/ublas/config.hpp @@ -162,7 +162,11 @@ namespace std { // Thanks to Kresimir Fresl for porting to Comeau. #if defined (__COMO__) && ! defined (BOOST_STRICT_CONFIG) -// Comeau should not have any problems + +// Without this we don't get abs overloads for float types in +// This should should be library version specific, but to find this out we need to include a header! +#include + #endif