gtsam type header only when using old boost timer
parent
951377c80f
commit
971d2e519f
|
|
@ -18,7 +18,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <gtsam/base/FastMap.h>
|
#include <gtsam/base/FastMap.h>
|
||||||
#include <gtsam/base/types.h>
|
|
||||||
#include <gtsam/dllexport.h>
|
#include <gtsam/dllexport.h>
|
||||||
#include <gtsam/config.h> // for GTSAM_USE_TBB
|
#include <gtsam/config.h> // for GTSAM_USE_TBB
|
||||||
|
|
||||||
|
|
@ -118,6 +117,7 @@
|
||||||
# include <boost/timer/timer.hpp>
|
# include <boost/timer/timer.hpp>
|
||||||
#else
|
#else
|
||||||
# include <boost/timer.hpp>
|
# include <boost/timer.hpp>
|
||||||
|
# include <gtsam/base/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef GTSAM_USE_TBB
|
#ifdef GTSAM_USE_TBB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue