Skip to content

Commit 46cde90

Browse files
committed
Fix missing EIGEN_MAKE_ALIGNED
1 parent 2f1b9b0 commit 46cde90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/LoopClosing.h

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ class LoopClosing
8080

8181
bool isFinished();
8282

83+
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
84+
8385
protected:
8486

8587
bool CheckNewKeyFrames();

0 commit comments

Comments
 (0)