Added missing header in header

release/4.3a0
Frank Dellaert 2022-02-16 23:35:44 -05:00
parent c4ebc71c58
commit ba8da3c573
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <limits>
#include <iostream>
#include <iostream>
#include <vector>
using namespace std;

View File

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