mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/bitarithm_timings: add limits.h include
This commit is contained in:
parent
3f0ea86963
commit
1c0560a205
@ -33,6 +33,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdatomic.h>
|
||||
#include <stdio.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "bitarithm.h"
|
||||
#include "xtimer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user