Skip to content

Commit

Permalink
fix two includes that hinder cmake installations
Browse files Browse the repository at this point in the history
Change-Id: I8dc3865dd2a4e4993601448023e9ae9995912721
  • Loading branch information
urbste committed Feb 1, 2025
1 parent 647e0b6 commit ab0b6b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/theia/sfm/camera/reprojection_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <ceres/rotation.h>

#include <Sophus/sophus/se3.hpp>
#include "sophus/sim3.hpp"
#include <Sophus/sophus/sim3.hpp>

namespace theia {

Expand Down
2 changes: 1 addition & 1 deletion src/theia/sfm/transformation/pose_graph_sim3_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <Eigen/Geometry>
#include <vector>

#include "sophus/sim3.hpp"
#include <Sophus/sophus/sim3.hpp>

namespace theia {

Expand Down

0 comments on commit ab0b6b2

Please sign in to comment.