Commit 519e8d0e by Eric Fiselier

Fix missing declaration of FLAGS_color_print

parent 7188824c
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#include "string_util.h" #include "string_util.h"
#include "walltime.h" #include "walltime.h"
DECLARE_bool(color_print);
namespace benchmark { namespace benchmark {
bool ConsoleReporter::ReportContext(const Context& context) { bool ConsoleReporter::ReportContext(const Context& context) {
......
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