Fixed header file

release/4.3a0
dellaert 2014-12-28 17:13:20 +01:00
parent 02223e66fd
commit c4457682bc
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
*/ */
// The two new headers that allow using our Automatic Differentiation Expression framework // The two new headers that allow using our Automatic Differentiation Expression framework
#include <gtsam_unstable/slam/expressions.h> #include <gtsam/slam/expressions.h>
#include <gtsam_unstable/nonlinear/ExpressionFactor.h> #include <gtsam/nonlinear/ExpressionFactor.h>
// Header order is close to far // Header order is close to far
#include <examples/SFMdata.h> #include <examples/SFMdata.h>