commit | 9b9177f1ce0f6017976b841f88d0842ee3c823a2 | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Fri Jul 05 13:35:34 2013 +0200 |
committer | Gael Guennebaud <g.gael@free.fr> | Fri Jul 05 13:35:34 2013 +0200 |
tree | 80a695e97df661961d63d2a241f3fdf3d8e4e17b | |
parent | 7d8823c8b7b637fcbf1f3356e2cdb8d5dc80c607 [diff] [blame] |
Fix a couple of warnings in unit tests.
diff --git a/test/array.cpp b/test/array.cpp index 631a294..330749e 100644 --- a/test/array.cpp +++ b/test/array.cpp
@@ -152,6 +152,7 @@ template<typename ArrayType> void array_real(const ArrayType& m) { using std::abs; + using std::sqrt; typedef typename ArrayType::Index Index; typedef typename ArrayType::Scalar Scalar; typedef typename NumTraits<Scalar>::Real RealScalar;