diff --git a/unsupported/test/splines.cpp b/unsupported/test/splines.cpp index 1043453dc..a7eb3e0c4 100644 --- a/unsupported/test/splines.cpp +++ b/unsupported/test/splines.cpp @@ -11,6 +11,8 @@ #include +namespace Eigen { + // lets do some explicit instantiations and thus // force the compilation of all spline functions... template class Spline; @@ -29,6 +31,8 @@ template class Spline; template class Spline; template class Spline; +} + Spline closed_spline2d() { RowVectorXd knots(12);