aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples/class_CwiseUnaryOp.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-06-03 09:43:59 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-06-03 09:43:59 +0000
commitbcb32839c290765b7a9f6d1d476ecee3dccb0021 (patch)
treec41074b29524cb3331f7ac6e5268298d1be697fe /doc/examples/class_CwiseUnaryOp.cpp
parenta9cf229e150f0a93a62376cddf030995171fd5d6 (diff)
fix building of examples
Diffstat (limited to 'doc/examples/class_CwiseUnaryOp.cpp')
-rw-r--r--doc/examples/class_CwiseUnaryOp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/class_CwiseUnaryOp.cpp b/doc/examples/class_CwiseUnaryOp.cpp
index 4111b7eec..37d121cd8 100644
--- a/doc/examples/class_CwiseUnaryOp.cpp
+++ b/doc/examples/class_CwiseUnaryOp.cpp
@@ -1,4 +1,5 @@
#include <Eigen/Core>
+#include <Eigen/Array>
USING_PART_OF_NAMESPACE_EIGEN
using namespace std;