smart/sys/timer.hpp deprecated, use smart/sys/time.hpp instead

The header file smart/sys/timer.hpp has been extended to include all time-related support, so we renamed it.

Change your include lines from:

#include <smart/sys/timer.hpp>

to

#include <smart/sys/time.hpp>