Skip to content

Commit 6c14d2a

Browse files
nim65smergify[bot]
authored andcommitted
Fix missing include for std::find (#2425)
(cherry picked from commit 558ba01)
1 parent 01b4d18 commit 6c14d2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • controller_interface/include/controller_interface

controller_interface/include/controller_interface/helpers.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef CONTROLLER_INTERFACE__HELPERS_HPP_
1616
#define CONTROLLER_INTERFACE__HELPERS_HPP_
1717

18+
#include <algorithm>
1819
#include <functional>
1920
#include <string>
2021
#include <vector>

0 commit comments

Comments
 (0)