Skip to content

Commit

Permalink
Add missing algorithm include (UniversalRobots#214)
Browse files Browse the repository at this point in the history
This seems to be a problem otherwise when compiling with clang++
  • Loading branch information
fmauch authored Oct 15, 2024
1 parent 9443dd1 commit 65b0e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_rtde_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/
//----------------------------------------------------------------------

#include <algorithm>
#include <gtest/gtest.h>
#include <algorithm>
#include <cmath>
Expand Down

0 comments on commit 65b0e9d

Please sign in to comment.