gtsam type header only when using old boost timer
parent
951377c80f
commit
971d2e519f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue