Bring in storage before _expression should help CV9.4 with incomplete range types
[SVN r29849]
This commit is contained in:
parent
74aa8adf0a
commit
a87ccf46e6
@ -17,8 +17,8 @@
|
||||
#ifndef BOOST_UBLAS_VECTOR_H
|
||||
#define BOOST_UBLAS_VECTOR_H
|
||||
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/storage.hpp>
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/detail/vector_assign.hpp>
|
||||
|
||||
// Iterators based on ideas of Jeremy Siek
|
||||
|
@ -17,8 +17,8 @@
|
||||
#ifndef BOOST_UBLAS_VECTOR_SPARSE_H
|
||||
#define BOOST_UBLAS_VECTOR_SPARSE_H
|
||||
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/storage_sparse.hpp>
|
||||
#include <boost/numeric/ublas/vector_expression.hpp>
|
||||
#include <boost/numeric/ublas/detail/vector_assign.hpp>
|
||||
|
||||
// Iterators based on ideas of Jeremy Siek
|
||||
|
Loading…
Reference in New Issue
Block a user