Added missing header in header
parent
c4ebc71c58
commit
ba8da3c573
|
@ -35,7 +35,6 @@
|
|||
#include <limits>
|
||||
#include <iostream>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
#include <gtsam/base/Vector.h>
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
#include <vector>
|
||||
|
||||
/**
|
||||
* Matrix is a typedef in the gtsam namespace
|
||||
* TODO: make a version to work with matlab wrapping
|
||||
|
|
Loading…
Reference in New Issue