Add functional include - to compile on clang5.0
Reviewers: teon.banek Reviewed By: teon.banek Differential Revision: https://phabricator.memgraph.io/D882
This commit is contained in:
parent
2d2ebaca2f
commit
888a63b784
@ -2,6 +2,7 @@
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <thread>
|
||||
@ -154,4 +155,4 @@ class TimerScheduler {
|
||||
std::thread run_thread;
|
||||
std::atomic<bool> is_running;
|
||||
};
|
||||
}
|
||||
} // namespace utils
|
||||
|
Loading…
Reference in New Issue
Block a user