Fixed headers

release/4.3a0
Frank Dellaert 2015-06-08 20:01:04 -04:00
parent 7f49a7a1fb
commit 627febfbaa
2 changed files with 3 additions and 4 deletions

View File

@ -17,8 +17,7 @@
*/
#pragma once
#include <gtsam/global_includes.h>
#include <gtsam/config.h> // 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
};
}
}
}

View File

@ -19,9 +19,9 @@
#pragma once
#include <gtsam/base/FastDefaultAllocator.h>
#include <map>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/map.hpp>
#include <map>
namespace gtsam {