aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/class_VectorBlock.cpp
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2010-03-08 20:34:24 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2010-03-08 20:34:24 +0100
commitb2e7329356ae0ab8db44d476aab85a326ec75f5e (patch)
treef6ad1af60a4052c232d454f2b522357fb6bdacc9 /doc/examples/class_VectorBlock.cpp
parent89343a38afab4c2a677614eb928881040b763941 (diff)
tests : fix compilation issues, adding <iostream> and removing
<Eigen/Array>
Diffstat (limited to 'doc/examples/class_VectorBlock.cpp')
-rw-r--r--doc/examples/class_VectorBlock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/class_VectorBlock.cpp b/doc/examples/class_VectorBlock.cpp
index d979f973a..2848bc1ea 100644
--- a/doc/examples/class_VectorBlock.cpp
+++ b/doc/examples/class_VectorBlock.cpp
@@ -1,4 +1,5 @@
#include <Eigen/Core>
+#include <iostream>
USING_PART_OF_NAMESPACE_EIGEN
using namespace std;