Skip to content

Commit f4fbcb4

Browse files
authored
Fix missing include for std::find (#2425) (#2427)
1 parent d026efc commit f4fbcb4

File tree

1 file changed

+1
-0
lines changed
  • controller_interface/include/controller_interface

1 file changed

+1
-0
lines changed

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)