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

- io.hpp: added missing include

[SVN r40906]
This commit is contained in:
Gunter Winkler
2007-11-07 19:34:03 +00:00
parent f06bbc273a
commit 6d4e86cdd0

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>