diff --git a/src/console_reporter.cc b/src/console_reporter.cc index a10d4c6a..9b20ac8b 100644 --- a/src/console_reporter.cc +++ b/src/console_reporter.cc @@ -30,6 +30,8 @@ #include "string_util.h" #include "walltime.h" +DECLARE_bool(color_print); + namespace benchmark { bool ConsoleReporter::ReportContext(const Context& context) {