Removed #include <boost/foreach.hpp> in both files in example folder. Tested it locally: success.

release/4.3a0
Yao Chen 2016-05-20 09:35:27 -04:00
parent a9b4bfd261
commit 20c586c398
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -19,7 +19,6 @@
#include <gtsam/base/Matrix.h>
#include <boost/assign/list_of.hpp>
#include <boost/foreach.hpp>
#include <map>
using namespace std;