Skip to content

Commit

Permalink
missing EIGEN macro
Browse files Browse the repository at this point in the history
  • Loading branch information
artivis committed Sep 18, 2014
1 parent 65985bc commit 4836ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lsd_slam_core/src/DataStructures/FramePoseStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ namespace lsd_slam
class Frame;
class FramePoseStruct {
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

FramePoseStruct(Frame* frame);
virtual ~FramePoseStruct();

Expand Down

0 comments on commit 4836ff5

Please sign in to comment.