1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Add missing include of stringstream.

This commit is contained in:
Joao Paulo Magalhaes 2017-04-29 20:31:44 +01:00
parent b5effb30f9
commit c81960a899

View File

@ -8,6 +8,7 @@
#include <utility>
#include <vector>
#include <functional>
#include <sstream>
#include "../src/re.h"
#include "benchmark/benchmark.h"