mirror of https://github.com/google/benchmark.git
Fix missing declaration of FLAGS_color_print
This commit is contained in:
parent
7188824c33
commit
519e8d0e56
|
@ -30,6 +30,8 @@
|
|||
#include "string_util.h"
|
||||
#include "walltime.h"
|
||||
|
||||
DECLARE_bool(color_print);
|
||||
|
||||
namespace benchmark {
|
||||
|
||||
bool ConsoleReporter::ReportContext(const Context& context) {
|
||||
|
|
Loading…
Reference in New Issue