Commit ca977e70 authored by Sang Ik Lee's avatar Sang Ik Lee Committed by Scott Cyphers

Problem: Compile error on Mac with gcc 7.2 (#270)

* Problem: Compile error on Mac with gcc 7.2
Solution: Should include <functional> to use std::function.

* Sort include names in alphabetical order.
parent bdd0bc62
......@@ -16,6 +16,7 @@
#include <algorithm>
#include <chrono>
#include <functional>
#include <iostream>
#include <map>
#include <memory>
......
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