Skip to content

Commit

Permalink
Fixed wrong include path in projectiveGeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgc committed Sep 28, 2010
1 parent 65af8cd commit 65d9cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/projectiveGeometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <boost/foreach.hpp>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <gtsam/base/matrix.h>
#include <gtsam/base/Matrix.h>
typedef boost::numeric::ublas::matrix_row<Matrix> Row;

#include <gtsam/geometry/tensorInterface.h>
Expand Down

0 comments on commit 65d9cf8

Please sign in to comment.