commit | bcb32839c290765b7a9f6d1d476ecee3dccb0021 | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Tue Jun 03 09:43:59 2008 +0000 |
committer | Gael Guennebaud <g.gael@free.fr> | Tue Jun 03 09:43:59 2008 +0000 |
tree | c41074b29524cb3331f7ac6e5268298d1be697fe | |
parent | a9cf229e150f0a93a62376cddf030995171fd5d6 [diff] |
fix building of examples
diff --git a/doc/snippets/compile_snippet.cpp.in b/doc/snippets/compile_snippet.cpp.in index 1164b9d..5d8e53a 100644 --- a/doc/snippets/compile_snippet.cpp.in +++ b/doc/snippets/compile_snippet.cpp.in
@@ -1,4 +1,5 @@ #include <Eigen/Core> +#include <Eigen/Array> #include <Eigen/LU> USING_PART_OF_NAMESPACE_EIGEN using namespace std;