diff --git a/canopen_402_driver/src/command.cpp b/canopen_402_driver/src/command.cpp
index 380eba2f..67ae93b9 100644
--- a/canopen_402_driver/src/command.cpp
+++ b/canopen_402_driver/src/command.cpp
@@ -15,6 +15,7 @@
// along with this program. If not, see .
//
#include "canopen_402_driver/command.hpp"
+#include
using namespace ros2_canopen;
const Command402::TransitionTable Command402::transitions_;
diff --git a/lely_core_libraries/CMakeLists.txt b/lely_core_libraries/CMakeLists.txt
index 9489bde8..4eaadc25 100644
--- a/lely_core_libraries/CMakeLists.txt
+++ b/lely_core_libraries/CMakeLists.txt
@@ -11,7 +11,7 @@ ExternalProject_Add(upstr_lely_core_libraries # Name for custom target
INSTALL_DIR "${CMAKE_INSTALL_PREFIX}" # Installation prefix
BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/build
GIT_REPOSITORY https://gitlab.com/lely_industries/lely-core.git
- GIT_TAG 7824cbb2ac08d091c4fa2fb397669b938de9e3f5
+ GIT_TAG b63a0b6f79d3ea91dc221724b42dae49894449fc
TIMEOUT 60
#UPDATE step apply patch to fix dcf-tools install
UPDATE_COMMAND