tests/bench_msg_pingpong: add stdint.h include (for clang & stdatomic.h)

This commit is contained in:
Kaspar Schleiser 2021-07-06 14:28:01 +02:00
parent 92fc4ace65
commit 0446ce2934

View File

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