diff --git a/iceoryx_hoofs/memory/include/iox/relative_pointer.hpp b/iceoryx_hoofs/memory/include/iox/relative_pointer.hpp index 60ed5abb90..3551ee1fa0 100644 --- a/iceoryx_hoofs/memory/include/iox/relative_pointer.hpp +++ b/iceoryx_hoofs/memory/include/iox/relative_pointer.hpp @@ -67,7 +67,7 @@ class RelativePointer final { public: using ptr_t = T*; - using offset_t = std::uintptr_t; + using offset_t = std::uint64_t; /// @brief Default constructs a RelativePointer as a logical nullptr RelativePointer() noexcept = default;