import missing header

release/4.3a0
Ankur Roy Chowdhury 2023-03-02 14:15:25 -08:00
parent 683523d36b
commit ec91f96f3d
2 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,4 @@ if (NOT GTSAM_USE_BOOST_FEATURES)
endif()
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam")
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable")

View File

@ -7,6 +7,7 @@
*/
#include <iostream>
#include <cassert>
#include <algorithm>
#include <gtsam/base/DSFVector.h>