Skip to content

Commit

Permalink
Add missing serialization header to AnyPoly
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jul 3, 2024
1 parent 06cde71 commit 31d823d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tesseract_common/include/tesseract_common/any_poly.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/export.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/concept_check.hpp>
TESSERACT_COMMON_IGNORE_WARNINGS_POP

Expand Down

0 comments on commit 31d823d

Please sign in to comment.