Fixed a tbb include

release/4.3a0
dellaert 2015-07-08 15:01:30 -07:00
parent bb9543f251
commit 66d7c26a11
1 changed files with 1 additions and 1 deletions

View File

@ -22,13 +22,13 @@
#include <gtsam/config.h> // for GTSAM_USE_TBB #include <gtsam/config.h> // for GTSAM_USE_TBB
#include <boost/optional/optional.hpp> #include <boost/optional/optional.hpp>
#include <tbb/scalable_allocator.h>
#include <string> #include <string>
#include <typeinfo> #include <typeinfo>
#ifdef GTSAM_USE_TBB #ifdef GTSAM_USE_TBB
#include <tbb/tbb_allocator.h> #include <tbb/tbb_allocator.h>
#include <tbb/tbb_exception.h> #include <tbb/tbb_exception.h>
#include <tbb/scalable_allocator.h>
#include <iostream> #include <iostream>
#endif #endif