From a863aead1330bf52d4230667a5aae4b7fa5ef69e Mon Sep 17 00:00:00 2001 From: ryobg Date: Fri, 6 Nov 2015 11:03:43 +0200 Subject: [PATCH 1/2] Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc. --- src/benchmark.cc | 1 + src/colorprint.cc | 1 + src/console_reporter.cc | 1 + 3 files changed, 3 insertions(+) diff --git a/src/benchmark.cc b/src/benchmark.cc index 4e874459..269b7978 100644 --- a/src/benchmark.cc +++ b/src/benchmark.cc @@ -23,6 +23,7 @@ #include #include +#include #include #include #include diff --git a/src/colorprint.cc b/src/colorprint.cc index 3f16fe2e..81f917b2 100644 --- a/src/colorprint.cc +++ b/src/colorprint.cc @@ -15,6 +15,7 @@ #include "colorprint.h" #include +#include #include "commandlineflags.h" #include "internal_macros.h" diff --git a/src/console_reporter.cc b/src/console_reporter.cc index 2f52959d..bee3c857 100644 --- a/src/console_reporter.cc +++ b/src/console_reporter.cc @@ -15,6 +15,7 @@ #include "benchmark/reporter.h" #include +#include #include #include #include From 13a67d20e6d3ae325b9bae2c39ba0401a618ca9f Mon Sep 17 00:00:00 2001 From: ryobg Date: Fri, 6 Nov 2015 20:09:57 +0200 Subject: [PATCH 2/2] Add myself to AUTHORS and CONTRIBUTORS as requested wrt Fix #159. --- AUTHORS | 1 + CONTRIBUTORS | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 6e7dd41a..efb854ae 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Lei Xu Matt Clarkson Oleksandr Sochka Paul Redmond +Radoslav Yovchev Shuo Chen Yusuke Suzuki Dirac Research diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b991c4d9..077e55e9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -38,6 +38,7 @@ Oleksandr Sochka Pascal Leroy Paul Redmond Pierre Phaneuf +Radoslav Yovchev Shuo Chen Yusuke Suzuki Tobias Ulvgård