From 627febfbaa1ea92b5dba8c291630d61b819c9b34 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 8 Jun 2015 20:01:04 -0400 Subject: [PATCH] Fixed headers --- gtsam/base/FastDefaultAllocator.h | 5 ++--- gtsam/base/FastMap.h | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gtsam/base/FastDefaultAllocator.h b/gtsam/base/FastDefaultAllocator.h index 156a87f55..bf5cfc498 100644 --- a/gtsam/base/FastDefaultAllocator.h +++ b/gtsam/base/FastDefaultAllocator.h @@ -17,8 +17,7 @@ */ #pragma once - -#include +#include // Configuration from CMake #if !defined GTSAM_ALLOCATOR_BOOSTPOOL && !defined GTSAM_ALLOCATOR_TBB && !defined GTSAM_ALLOCATOR_STL # ifdef GTSAM_USE_TBB @@ -85,4 +84,4 @@ namespace gtsam }; } -} \ No newline at end of file +} diff --git a/gtsam/base/FastMap.h b/gtsam/base/FastMap.h index 7cd6e28b8..65d532191 100644 --- a/gtsam/base/FastMap.h +++ b/gtsam/base/FastMap.h @@ -19,9 +19,9 @@ #pragma once #include -#include #include #include +#include namespace gtsam {