mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
microRTPS: add missing header for PRIu32 and PRIu16 macros
Co-authored-by: squizz617 <seulbae@gatech.edu>
This commit is contained in:
parent
9fb53d4276
commit
0c5f2d3b8c
@ -36,6 +36,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/socket.h>
|
||||
#include <cstdlib>
|
||||
#include <inttypes.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/time.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user