Merge pull request #16882 from kaspar030/bench_msg_pingpong_stding

tests/bench_msg_pingpong: add stdint.h include (for clang & stdatomic.h)
This commit is contained in:
benpicco 2021-09-22 21:25:32 +02:00 committed by GitHub
commit 6d33e360f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
* @}
*/
#include <stdint.h>
#include <stdatomic.h>
#include <stdio.h>
#include "macros/units.h"