import missing header
parent
683523d36b
commit
ec91f96f3d
|
@ -9,4 +9,4 @@ if (NOT GTSAM_USE_BOOST_FEATURES)
|
|||
endif()
|
||||
|
||||
|
||||
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam")
|
||||
gtsamAddExamplesGlob("*.cpp" "${excluded_examples}" "gtsam_unstable")
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <algorithm>
|
||||
|
||||
#include <gtsam/base/DSFVector.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue