Commit 9b5ece6e by Chris Kennelly

Include stddef.h for size_t.

parent 193e4eb9
......@@ -2,6 +2,7 @@
#define BENCHMARK_MACROS_H_
#include <assert.h>
#include <stddef.h>
#define DISALLOW_COPY_AND_ASSIGN(TypeName) \
TypeName(const TypeName&); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment