From d7559b8d98af5d428152d8da34ba369a45d39de2 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Wed, 21 Aug 2013 22:15:34 +0000 Subject: [PATCH] Added global_includes.h missing from some files --- gtsam/base/Group.h | 2 ++ gtsam/base/lieProxies.h | 2 ++ gtsam/inference/ISAM.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/gtsam/base/Group.h b/gtsam/base/Group.h index 55762a108..5b2574ee3 100644 --- a/gtsam/base/Group.h +++ b/gtsam/base/Group.h @@ -19,6 +19,8 @@ #pragma once +#include + namespace gtsam { /** diff --git a/gtsam/base/lieProxies.h b/gtsam/base/lieProxies.h index 302ac32ea..ce224496e 100644 --- a/gtsam/base/lieProxies.h +++ b/gtsam/base/lieProxies.h @@ -17,6 +17,8 @@ #pragma once +#include + /** * Global functions in a separate testing namespace * diff --git a/gtsam/inference/ISAM.h b/gtsam/inference/ISAM.h index d920be209..6172b926a 100644 --- a/gtsam/inference/ISAM.h +++ b/gtsam/inference/ISAM.h @@ -18,6 +18,8 @@ // \callgraph #pragma once +#include + namespace gtsam { /**