mirror of
https://github.com/google/benchmark.git
synced 2025-01-30 13:50:15 +08:00
Merge pull request #151 from izaid/clang-fix
Fix for Ubuntu & Clang & C++14
This commit is contained in:
commit
406c2049a3
@ -1,8 +1,6 @@
|
||||
#ifndef BENCHMARK_ARRAYSIZE_H_
|
||||
#define BENCHMARK_ARRAYSIZE_H_
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "internal_macros.h"
|
||||
|
||||
namespace benchmark {
|
||||
|
@ -1,6 +1,4 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "benchmark/benchmark_api.h"
|
||||
|
||||
#define BASIC_BENCHMARK_TEST(x) \
|
||||
|
Loading…
Reference in New Issue
Block a user