aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Eigen2Support
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-19 11:01:07 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-19 11:01:07 -0500
commit96f08213f7a837908caafe197cb8a3e2eb277622 (patch)
tree2b6a504eaa015de464e5f0161dda0e64c8dbe047 /Eigen/Eigen2Support
parentbf0cffa897fc7b9d40c92bb5f075ebdd682d83b6 (diff)
big eigen2support fix, aimed at users who relied on internal eigen2 stuff: now we dont need customizations in test/eigen2/main.h anymore.
These tests already build: eigen2_basicstuff eigen2_adjoint eigen2_linearstructure eigen2_prec_inverse_4x4
Diffstat (limited to 'Eigen/Eigen2Support')
-rw-r--r--Eigen/Eigen2Support2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/Eigen2Support b/Eigen/Eigen2Support
index 7307903a4..37c2f163d 100644
--- a/Eigen/Eigen2Support
+++ b/Eigen/Eigen2Support
@@ -43,6 +43,8 @@ namespace Eigen {
*
*/
+#include "src/Eigen2Support/Macros.h"
+#include "src/Eigen2Support/Meta.h"
#include "src/Eigen2Support/Lazy.h"
#include "src/Eigen2Support/Cwise.h"
#include "src/Eigen2Support/CwiseOperators.h"