Skip to content

Commit

Permalink
Added an extra needed #include for 22.04 builds (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: Levi Armstrong <[email protected]>
  • Loading branch information
marrts and Levi-Armstrong authored Jun 17, 2023
1 parent 4564e7f commit e3013c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#include <string>
#include <vector>
#include <memory>
#include <optional>
TESSERACT_COMMON_IGNORE_WARNINGS_POP

#include <tesseract_task_composer/core/task_composer_node.h>
Expand Down

0 comments on commit e3013c6

Please sign in to comment.