diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index 70c73fe..a92f123 100644 --- a/src/state.h +++ b/src/state.h @@ -37,6 +37,7 @@ using std::vector; class State { public: + EIGEN_MAKE_ALIGNED_OPERATOR_NEW /* ==================== LIFECYCLE ======================================= */ State (); /* constructor */ |