From 3c412183b2d4a131239275f440d15677cc5649b0 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 15 Apr 2012 11:06:28 +0100 Subject: Get rid of include directives inside namespace blocks (bug #339). --- Eigen/src/CholmodSupport/CholmodSupport.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Eigen/src/CholmodSupport') diff --git a/Eigen/src/CholmodSupport/CholmodSupport.h b/Eigen/src/CholmodSupport/CholmodSupport.h index 9cff0efec..5b0c34959 100644 --- a/Eigen/src/CholmodSupport/CholmodSupport.h +++ b/Eigen/src/CholmodSupport/CholmodSupport.h @@ -25,6 +25,8 @@ #ifndef EIGEN_CHOLMODSUPPORT_H #define EIGEN_CHOLMODSUPPORT_H +namespace Eigen { + namespace internal { template @@ -411,6 +413,8 @@ struct sparse_solve_retval, Rhs> } }; -} +} // end namespace internal + +} // end namespace Eigen #endif // EIGEN_CHOLMODSUPPORT_H -- cgit v1.2.3