diff options
Diffstat (limited to 'src/linalg.h')
-rw-r--r-- | src/linalg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/linalg.h b/src/linalg.h index e20d8d8..744e810 100644 --- a/src/linalg.h +++ b/src/linalg.h @@ -1,6 +1,8 @@ #ifndef LINALG_H_ #define LINALG_H_ - +#ifndef EIGEN_DONT_ALIGN +#define EIGEN_DONT_ALIGN +#endif #include <Eigen/Core> #include <Eigen/Geometry> #include <Eigen/Dense> |