Skip to content

Commit 12e6232

Browse files
authored
Include <algorithm> to avoid complier issues (#82)
1 parent 856753c commit 12e6232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robotiq_driver/src/default_driver_factory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
// POSSIBILITY OF SUCH DAMAGE.
2828

2929
#include <cmath>
30+
#include <algorithm>
3031

3132
#include <robotiq_driver/default_driver_factory.hpp>
3233
#include <robotiq_driver/default_driver.hpp>

0 commit comments

Comments
 (0)