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

Add missing include for providing std::function.

This commit is contained in:
Joao Paulo Magalhaes 2017-04-29 20:24:26 +01:00
parent 55876610f1
commit b5effb30f9

View File

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