Skip to content

Commit f4b9e82

Browse files
author
Felix Exner
committed
Add missing algorithm include
This seems to be a problem otherwise when compiling with clang++
1 parent 173f193 commit f4b9e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_rtde_client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
*/
2727
//----------------------------------------------------------------------
2828

29+
#include <algorithm>
2930
#include <gtest/gtest.h>
3031
#include <cmath>
3132
#include "ur_client_library/exceptions.h"

0 commit comments

Comments
 (0)