A couple more "missing" .hpp files for newer gcc :-)
parent
9bbea6dcbd
commit
e43548d03a
|
@ -14,6 +14,7 @@ using namespace boost::assign;
|
|||
#include "Ordering.h"
|
||||
#include "BayesNet.h"
|
||||
#include "FactorGraph-inl.h"
|
||||
#include "Conditional.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
#include <boost/utility.hpp> // for noncopyable
|
||||
#include <boost/serialization/string.hpp>
|
||||
#include <boost/serialization/access.hpp>
|
||||
#include <boost/serialization/nvp.hpp>
|
||||
#include "Testable.h"
|
||||
|
||||
namespace gtsam {
|
||||
|
|
Loading…
Reference in New Issue