Include <iostream> in types.h only when TBB is on.
parent
c13bde99f2
commit
77770b48b5
|
|
@ -19,9 +19,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <gtsam/base/FastDefaultAllocator.h>
|
||||
|
||||
#include <set>
|
||||
#include <iosfwd>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
#include <boost/mpl/has_xxx.hpp>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
#include <list>
|
||||
#include <gtsam/global_includes.h>
|
||||
#include <gtsam/3rdparty/Eigen/Eigen/Core>
|
||||
#include <iostream>
|
||||
namespace gtsam {
|
||||
|
||||
// Vector is just a typedef of the Eigen dynamic vector type
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include <gtsam/dllexport.h>
|
||||
#include <gtsam/config.h>
|
||||
#include <iostream>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
|
|
@ -33,6 +32,7 @@
|
|||
#include <tbb/task_scheduler_init.h>
|
||||
#include <tbb/tbb_exception.h>
|
||||
#include <tbb/scalable_allocator.h>
|
||||
#include <iostream>
|
||||
#endif
|
||||
|
||||
#ifdef GTSAM_USE_EIGEN_MKL_OPENMP
|
||||
|
|
|
|||
Loading…
Reference in New Issue