From 464d6997b3ee2825142c2c1c2de5536b03e2bda3 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 19 Jan 2005 20:42:42 +0000 Subject: [PATCH] Fix '//' and moved #include matrix_expression.hpp to be consistent with other files svn path=/trunk/boost/boost/numeric/ublas/; revision=26749 --- include/boost/numeric/ublas/matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/matrix.hpp b/include/boost/numeric/ublas/matrix.hpp index a8f8ab39..fe0f7f30 100644 --- a/include/boost/numeric/ublas/matrix.hpp +++ b/include/boost/numeric/ublas/matrix.hpp @@ -17,8 +17,8 @@ #ifndef BOOST_UBLAS_MATRIX_H #define BOOST_UBLAS_MATRIX_H -#include #include +#include #include // Iterators based on ideas of Jeremy Siek