Skip to content

Commit

Permalink
added boost unique_ptr header that was removed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
arutkowski committed Jul 13, 2023
1 parent 5ce7c81 commit 609351e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gtsam/nonlinear/Values.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
#include <gtsam/base/GenericValue.h>
#include <gtsam/base/VectorSpace.h>

#ifdef GTSAM_ENABLE_BOOST_SERIALIZATION
#include <boost/serialization/unique_ptr.hpp>
#endif


#include <memory>
#include <string>
#include <utility>
Expand Down

0 comments on commit 609351e

Please sign in to comment.