Fix an invalid include in DsfTrackGenerator.h
Fixes incorrect header being included, which also broke C++11 compatibility.release/4.3a0
parent
dafa0076ec
commit
75aeca390e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue