1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Fixes : Add inclusion of cstdio to files using stdout, vprintf, printf and etc.

This commit is contained in:
ryobg 2015-11-06 11:03:43 +02:00 committed by Radoslav Yovchev
parent 4499e8e415
commit a863aead13
3 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <algorithm>
#include <atomic>
#include <condition_variable>

View File

@ -15,6 +15,7 @@
#include "colorprint.h"
#include <cstdarg>
#include <cstdio>
#include "commandlineflags.h"
#include "internal_macros.h"

View File

@ -15,6 +15,7 @@
#include "benchmark/reporter.h"
#include <cstdint>
#include <cstdio>
#include <iostream>
#include <string>
#include <vector>