gtsam type header only when using old boost timer

release/4.3a0
Jing Dong 2015-10-17 18:21:48 -04:00
parent 951377c80f
commit 971d2e519f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#pragma once
#include <gtsam/base/FastMap.h>
#include <gtsam/base/types.h>
#include <gtsam/dllexport.h>
#include <gtsam/config.h> // for GTSAM_USE_TBB
@ -118,6 +117,7 @@
# include <boost/timer/timer.hpp>
#else
# include <boost/timer.hpp>
# include <gtsam/base/types.h>
#endif
#ifdef GTSAM_USE_TBB