From 65b0e9d73869f90335ef9e70adbaa0e1f6a38a04 Mon Sep 17 00:00:00 2001 From: "Felix Exner (fexner)" Date: Tue, 15 Oct 2024 09:38:20 +0200 Subject: [PATCH] Add missing algorithm include (#214) This seems to be a problem otherwise when compiling with clang++ --- tests/test_rtde_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_rtde_client.cpp b/tests/test_rtde_client.cpp index 4c6b474f..8158dac9 100644 --- a/tests/test_rtde_client.cpp +++ b/tests/test_rtde_client.cpp @@ -26,6 +26,7 @@ */ //---------------------------------------------------------------------- +#include #include #include #include