mirror of https://github.com/google/benchmark.git
add includes for stdint.h
This commit is contained in:
parent
55285fd2ae
commit
9a11834048
|
@ -17,6 +17,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/resource.h>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "walltime.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
|
Loading…
Reference in New Issue