microRTPS: add missing header for PRIu32 and PRIu16 macros

Co-authored-by: squizz617 <seulbae@gatech.edu>
This commit is contained in:
TSC21 2021-06-20 17:03:58 +02:00 committed by Nuno Marques
parent 9fb53d4276
commit 0c5f2d3b8c

View File

@ -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>