aboutsummaryrefslogtreecommitdiff
path: root/src/console_reporter.cc
diff options
context:
space:
mode:
authorryobg <ryobg@users.noreply.github.com>2015-11-06 11:03:43 +0200
committerRadoslav Yovchev <ryo@melexis.com>2015-11-06 11:07:26 +0200
commita863aead1330bf52d4230667a5aae4b7fa5ef69e (patch)
tree2613038a3f7b39911a5b3832f09ee58d2547a318 /src/console_reporter.cc
parent4499e8e415092221febfd3309d5ceae9acc014a0 (diff)
downloadgoogle-benchmark-a863aead1330bf52d4230667a5aae4b7fa5ef69e.tar.gz
Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf and etc.
Diffstat (limited to 'src/console_reporter.cc')
-rw-r--r--src/console_reporter.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console_reporter.cc b/src/console_reporter.cc
index 2f52959..bee3c85 100644
--- a/src/console_reporter.cc
+++ b/src/console_reporter.cc
@@ -15,6 +15,7 @@
#include "benchmark/reporter.h"
#include <cstdint>
+#include <cstdio>
#include <iostream>
#include <string>
#include <vector>