Commit a863aead by ryobg Committed by Radoslav Yovchev

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

parent 4499e8e4
......@@ -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>
......
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