2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-19 14:52:17 +00:00

Added mising <vector> dependency

[SVN r27304]
This commit is contained in:
Michael Stevens
2005-02-10 10:34:22 +00:00
parent 9fccf631ce
commit 2bd6ff8fb9

View File

@@ -17,6 +17,9 @@
#ifndef BOOST_UBLAS_MATRIX_ASSIGN_H
#define BOOST_UBLAS_MATRIX_ASSIGN_H
// Required for make_conformant storage
#include <vector>
// Iterators based on ideas of Jeremy Siek
namespace boost { namespace numeric { namespace ublas {