1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 22:40:33 +08:00

Include cstdlib for timespec. Clang modules demands that. ()

This commit is contained in:
Yasushi Saito 2017-03-13 19:30:19 -07:00 committed by Eric
parent f682f7e9a4
commit f5ff6d0e0d

View File

@ -15,6 +15,7 @@
#include "sleep.h"
#include <cerrno>
#include <cstdlib>
#include <ctime>
#include "internal_macros.h"