Skip to content

Commit

Permalink
Add missing algorithm include
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 committed Oct 7, 2024
1 parent 173f193 commit f4b9e82
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 <cmath>
#include "ur_client_library/exceptions.h"
Expand Down

0 comments on commit f4b9e82

Please sign in to comment.