Skip to content

Commit

Permalink
Merge pull request #1545 from valgur/bugfix/4.2-invalid-include
Browse files Browse the repository at this point in the history
4.2: Fix an invalid include, restore C++11 compatibility
  • Loading branch information
dellaert authored Jun 16, 2023
2 parents dafa007 + 75aeca3 commit eca51af
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 eca51af

Please sign in to comment.