Added missing include

release/4.3a0
Alex Cunningham 2013-08-15 17:44:17 +00:00
parent 591a43a343
commit 148e6f6898
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
*/
#include <gtsam/linear/VectorValues.h>
#include <gtsam/linear/GaussianConditional.h>
#include <gtsam/base/treeTraversal-inst.h>
#include <boost/optional.hpp>
@ -136,4 +137,4 @@ namespace gtsam
}
}
}
}
}