diff --git a/AUTHORS b/AUTHORS index 6e7dd41af7..efb854ae2e 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 b991c4d92e..077e55e986 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 diff --git a/src/benchmark.cc b/src/benchmark.cc index 4e874459fc..269b797802 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 3f16fe2e22..81f917b267 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 2f52959d48..bee3c8576c 100644 --- a/src/console_reporter.cc +++ b/src/console_reporter.cc @@ -15,6 +15,7 @@ #include "benchmark/reporter.h" #include +#include #include #include #include