2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00

Suppress a GCC 4.3 warning and fix a couple header-inclusion issues.

Fixes #1338


[SVN r40300]
This commit is contained in:
Douglas Gregor
2007-10-22 19:54:54 +00:00
parent 5a764ff776
commit f06bbc273a
2 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#ifndef _BOOST_UBLAS_VECTOR_ASSIGN_
#define _BOOST_UBLAS_VECTOR_ASSIGN_
#include <boost/numeric/ublas/functional.hpp> // scalar_assign
// Required for make_conformant storage
#include <vector>

View File

@@ -14,6 +14,8 @@
#define _BOOST_UBLAS_OPERATION_BLOCKED_
#include <boost/numeric/ublas/traits.hpp>
#include <boost/numeric/ublas/detail/vector_assign.hpp> // indexing_vector_assign
#include <boost/numeric/ublas/detail/matrix_assign.hpp> // indexing_matrix_assign
namespace boost { namespace numeric { namespace ublas {