Skip to content

Commit d29dc42

Browse files
facontidavideclaude
andcommitted
Add missing <algorithm> include for std::reverse
Fixes clang-tidy error in polymorphic_cast_registry.hpp Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 363b666 commit d29dc42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/behaviortree_cpp/utils/polymorphic_cast_registry.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include "behaviortree_cpp/contrib/any.hpp"
1616

17+
#include <algorithm>
1718
#include <functional>
1819
#include <map>
1920
#include <memory>

0 commit comments

Comments
 (0)