diff --git a/include/uxr/client/profile/multithread/multithread.h b/include/uxr/client/profile/multithread/multithread.h index 189b4a7d..61f4efec 100644 --- a/include/uxr/client/profile/multithread/multithread.h +++ b/include/uxr/client/profile/multithread/multithread.h @@ -33,6 +33,12 @@ struct uxrSession; #include "FreeRTOS.h" #include "semphr.h" #elif defined(UCLIENT_PLATFORM_ZEPHYR) +#include +#if ZEPHYR_VERSION_CODE >= ZEPHYR_VERSION(3, 1, 0) +#include +#else +#include +#endif #elif defined(UCLIENT_PLATFORM_POSIX) #include #endif // ifdef WIN32