From c4457682bc4e19f48684907b1f8fcaa1f1759462 Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 28 Dec 2014 17:13:20 +0100 Subject: [PATCH] Fixed header file --- gtsam_unstable/examples/SFMExampleExpressions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtsam_unstable/examples/SFMExampleExpressions.cpp b/gtsam_unstable/examples/SFMExampleExpressions.cpp index 941f3dcb8..0c750c81c 100644 --- a/gtsam_unstable/examples/SFMExampleExpressions.cpp +++ b/gtsam_unstable/examples/SFMExampleExpressions.cpp @@ -23,8 +23,8 @@ */ // The two new headers that allow using our Automatic Differentiation Expression framework -#include -#include +#include +#include // Header order is close to far #include