aboutsummaryrefslogtreecommitdiff
path: root/src/console_reporter.cc
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-05-30 16:52:24 -0600
committerEric Fiselier <eric@efcs.ca>2016-05-30 16:52:24 -0600
commit519e8d0e56ac41813aa60bb6b39bf05308205b5b (patch)
tree07702fb5b786f6f6ed52deb70c00b0648e08452b /src/console_reporter.cc
parent7188824c333d86fe999988ad61cbb0825780ab8b (diff)
downloadgoogle-benchmark-519e8d0e56ac41813aa60bb6b39bf05308205b5b.tar.gz
Fix missing declaration of FLAGS_color_print
Diffstat (limited to 'src/console_reporter.cc')
-rw-r--r--src/console_reporter.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/console_reporter.cc b/src/console_reporter.cc
index a10d4c6..9b20ac8 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) {