mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-26 05:02:16 +00:00
Suppress a GCC 4.3 warning and fix a couple header-inclusion issues.
Fixes #1338 svn path=/trunk/boost/numeric/ublas/; revision=40300
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user