2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 05:02:16 +00:00

- io.hpp: added missing include

svn path=/trunk/boost/numeric/ublas/; revision=40906
This commit is contained in:
Gunter Winkler
2007-11-07 19:34:03 +00:00
parent eb6af5c75c
commit 284ba60ad3

View File

@@ -15,6 +15,7 @@
// Only forward definition required to define stream operations
#include <iosfwd>
#include <sstream>
#include <boost/numeric/ublas/matrix_expression.hpp>