From ba8da3c573856b0ae30e8b249a83ed260dbef80d Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 16 Feb 2022 23:35:44 -0500 Subject: [PATCH] Added missing header in header --- gtsam/base/Matrix.cpp | 1 - gtsam/base/Matrix.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gtsam/base/Matrix.cpp b/gtsam/base/Matrix.cpp index 75cb8e294..f71f6fce8 100644 --- a/gtsam/base/Matrix.cpp +++ b/gtsam/base/Matrix.cpp @@ -35,7 +35,6 @@ #include #include #include -#include using namespace std; diff --git a/gtsam/base/Matrix.h b/gtsam/base/Matrix.h index c9625b895..cfedf6d8c 100644 --- a/gtsam/base/Matrix.h +++ b/gtsam/base/Matrix.h @@ -28,6 +28,8 @@ #include #include +#include + /** * Matrix is a typedef in the gtsam namespace * TODO: make a version to work with matlab wrapping