Skip to content

Commit 65b0e9d

Browse files
author
Felix Exner (fexner)
authored
Add missing algorithm include (#214)
This seems to be a problem otherwise when compiling with clang++
1 parent 9443dd1 commit 65b0e9d

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 <algorithm>
3132
#include <cmath>

0 commit comments

Comments
 (0)