Skip to content

Commit

Permalink
Merge pull request #12 from Blealtan/master
Browse files Browse the repository at this point in the history
Fix compile error due to missing #include <functional>.
  • Loading branch information
coolerzxw authored Mar 8, 2019
2 parents 93d01fc + ef028f2 commit 170e7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Copyright (c) 2015-2016 Xiaowei Zhu, Tsinghua University
#include <vector>
#include <thread>
#include <mutex>
#include <functional>

#include "core/atomic.hpp"
#include "core/bitmap.hpp"
Expand Down

0 comments on commit 170e7d3

Please sign in to comment.