Skip to content

Commit

Permalink
Fix an invalid include in DsfTrackGenerator.h
Browse files Browse the repository at this point in the history
Fixes incorrect header being included, which also broke C++11 compatibility.
  • Loading branch information
valgur committed Jun 15, 2023
1 parent dafa007 commit 75aeca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtsam/sfm/DsfTrackGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
#include <gtsam/base/DSFMap.h>
#include <gtsam/sfm/SfmTrack.h>

#include <boost/optional.hpp>

#include <Eigen/Core>
#include <map>
#include <optional>
#include <vector>

namespace gtsam {
Expand Down

0 comments on commit 75aeca3

Please sign in to comment.