Removed #include <boost/foreach.hpp> in both files in example folder. Tested it locally: success.
parent
a9b4bfd261
commit
20c586c398
|
@ -43,7 +43,6 @@
|
|||
#include <gtsam/slam/dataset.h>
|
||||
|
||||
// Standard headers, added last, so we know headers above work on their own
|
||||
#include <boost/foreach.hpp>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <gtsam/base/Matrix.h>
|
||||
|
||||
#include <boost/assign/list_of.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <map>
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in New Issue