From 65d9cf881a382dabbc583e8714dbb912ea5b1886 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Tue, 28 Sep 2010 15:20:17 +0000 Subject: [PATCH] Fixed wrong include path in projectiveGeometry --- geometry/projectiveGeometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry/projectiveGeometry.cpp b/geometry/projectiveGeometry.cpp index 26d0268b72..6e820b954d 100644 --- a/geometry/projectiveGeometry.cpp +++ b/geometry/projectiveGeometry.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include typedef boost::numeric::ublas::matrix_row Row; #include