Commit b5effb30 by Joao Paulo Magalhaes

Add missing include for providing std::function.

parent 55876610
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <string> #include <string>
#include <utility> #include <utility>
#include <vector> #include <vector>
#include <functional>
#include "../src/re.h" #include "../src/re.h"
#include "benchmark/benchmark.h" #include "benchmark/benchmark.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment