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

- io.hpp: added missing include

This commit is contained in:
Gunter Winkler
2007-11-07 19:34:03 +00:00
parent 4206d93f19
commit 03cae389ab

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>