add include to minimal_benchmark.h

This commit is contained in:
Eric Fiselier 2015-03-17 13:58:25 -04:00
parent 35f9de71ee
commit df904a1980

View File

@ -18,6 +18,8 @@
#include <utility>
#include <vector>
#include "benchmark.h" // For forward declaration of BenchmarkReporter
namespace benchmark {
// Interface for custom benchmark result printers.