mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 00:40:35 +08:00
microRTPS: add missing header for PRIu32 and PRIu16 macros
Co-authored-by: squizz617 <seulbae@gatech.edu>
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <inttypes.h>
|
||||||
#if __has_include("px4_platform_common/log.h") && __has_include("px4_platform_common/time.h")
|
#if __has_include("px4_platform_common/log.h") && __has_include("px4_platform_common/time.h")
|
||||||
#include <px4_platform_common/log.h>
|
#include <px4_platform_common/log.h>
|
||||||
#include <px4_platform_common/time.h>
|
#include <px4_platform_common/time.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user