Skip to content

Commit

Permalink
Reduce Eigen/Dense to Eigen/Core in sophus/rotation_matrix.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcore authored and strasdat committed Jun 9, 2024
1 parent affce1f commit 98b4137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sophus/rotation_matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#include <Eigen/Dense>
#include <Eigen/Core>
#include <Eigen/SVD>

#include "types.hpp"
Expand Down

0 comments on commit 98b4137

Please sign in to comment.