diff options
author | Miller | 2017-07-03 20:59:45 -0500 |
---|---|---|
committer | Miller | 2017-07-03 20:59:45 -0500 |
commit | 262fadf50b4463554d496f73573b7257a2abceec (patch) | |
tree | 35f76ed5b001cfacdfe1dc8593edd35787c4696c /src/state.h | |
parent | 03fbae39e9a8f3cdf45788381cf60510c87169d8 (diff) | |
download | refslam-262fadf50b4463554d496f73573b7257a2abceec.zip refslam-262fadf50b4463554d496f73573b7257a2abceec.tar.gz |
cc version
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 */ |