mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 14:30:37 +08:00
Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc.
This commit is contained in:
parent
4499e8e415
commit
a863aead13
@ -23,6 +23,7 @@
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
#include <algorithm>
|
||||
#include <atomic>
|
||||
#include <condition_variable>
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "colorprint.h"
|
||||
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
|
||||
#include "commandlineflags.h"
|
||||
#include "internal_macros.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "benchmark/reporter.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue
Block a user