From 19e7b6bf39ba37c19b52155f57ba5c19a9925be2 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sat, 21 Feb 2015 12:39:50 +0100 Subject: [PATCH] Deal with incomplete Pose2 type by including --- gtsam/geometry/tests/testSerializationGeometry.cpp | 2 -- gtsam/geometry/tests/testSimpleCamera.cpp | 10 +++++----- .../nonlinear/tests/testSerializationNonlinear.cpp | 1 + gtsam/slam/expressions.h | 1 + gtsam/slam/tests/testDataset.cpp | 14 +++++++------- gtsam/slam/tests/testLago.cpp | 1 + tests/testManifold.cpp | 3 +-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/gtsam/geometry/tests/testSerializationGeometry.cpp b/gtsam/geometry/tests/testSerializationGeometry.cpp index 84fe5980e..dfef0a9c5 100644 --- a/gtsam/geometry/tests/testSerializationGeometry.cpp +++ b/gtsam/geometry/tests/testSerializationGeometry.cpp @@ -16,8 +16,6 @@ * @date Feb 7, 2012 */ -#include -#include #include #include #include diff --git a/gtsam/geometry/tests/testSimpleCamera.cpp b/gtsam/geometry/tests/testSimpleCamera.cpp index 002cbe51b..71979481c 100644 --- a/gtsam/geometry/tests/testSimpleCamera.cpp +++ b/gtsam/geometry/tests/testSimpleCamera.cpp @@ -15,13 +15,13 @@ * @brief test SimpleCamera class */ -#include -#include - -#include +#include +#include #include #include -#include +#include +#include +#include using namespace std; using namespace gtsam; diff --git a/gtsam/nonlinear/tests/testSerializationNonlinear.cpp b/gtsam/nonlinear/tests/testSerializationNonlinear.cpp index 2bdc04d5b..6dc3e3d2f 100644 --- a/gtsam/nonlinear/tests/testSerializationNonlinear.cpp +++ b/gtsam/nonlinear/tests/testSerializationNonlinear.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include diff --git a/gtsam/slam/expressions.h b/gtsam/slam/expressions.h index f7314c73f..b819993ef 100644 --- a/gtsam/slam/expressions.h +++ b/gtsam/slam/expressions.h @@ -8,6 +8,7 @@ #pragma once #include +#include #include #include #include diff --git a/gtsam/slam/tests/testDataset.cpp b/gtsam/slam/tests/testDataset.cpp index d6a5ffa8c..0406c3d27 100644 --- a/gtsam/slam/tests/testDataset.cpp +++ b/gtsam/slam/tests/testDataset.cpp @@ -15,16 +15,16 @@ * @author Richard Roberts, Luca Carlone */ -#include - -#include - -#include -#include -#include #include #include +#include +#include +#include + +#include + +#include using namespace gtsam::symbol_shorthand; using namespace std; diff --git a/gtsam/slam/tests/testLago.cpp b/gtsam/slam/tests/testLago.cpp index 2d1793417..7db71d8ce 100644 --- a/gtsam/slam/tests/testLago.cpp +++ b/gtsam/slam/tests/testLago.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include #include diff --git a/tests/testManifold.cpp b/tests/testManifold.cpp index f6180fb73..ef0456146 100644 --- a/tests/testManifold.cpp +++ b/tests/testManifold.cpp @@ -17,9 +17,8 @@ * @brief unit tests for Block Automatic Differentiation */ -#include #include -#include +#include #include #include #include