diff --git a/odrive_base/include/can_helpers.hpp b/odrive_base/include/can_helpers.hpp index b39712a..b65c909 100644 --- a/odrive_base/include/can_helpers.hpp +++ b/odrive_base/include/can_helpers.hpp @@ -1,7 +1,7 @@ #pragma once -#include #include +#include template T can_get_signal_raw(const uint8_t* buf, const size_t startBit, const size_t length, const bool isIntel) {