mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 20:40:21 +08:00
Include cstdlib for timespec. Clang modules demands that. (#353)
This commit is contained in:
parent
f682f7e9a4
commit
f5ff6d0e0d
@ -15,6 +15,7 @@
|
||||
#include "sleep.h"
|
||||
|
||||
#include <cerrno>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
#include "internal_macros.h"
|
||||
|
Loading…
Reference in New Issue
Block a user