mirror of
https://github.com/google/benchmark.git
synced 2024-12-27 13:00:36 +08:00
move to using C headers in minimal_benchmark.h to prevent getting any C++ STL headers
This commit is contained in:
parent
ef79d0af9f
commit
35f9de71ee
@ -135,9 +135,9 @@ BENCHMARK(BM_MultiThreaded)->Threads(4);
|
||||
#ifndef BENCHMARK_MINIMAL_BENCHMARK_H_
|
||||
#define BENCHMARK_MINIMAL_BENCHMARK_H_
|
||||
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <assert.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user