commit | 7861079e16fc54957b0d093c244e8b1e997aedbc | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 13:08:15 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 20:42:15 2018 -0500 |
tree | 980d4f2081bbd0752f544534349f9236a5d6c68b | |
parent | ce910e960617d1be86f3b47a48f62f3daeb0ceba [diff] |
timer: Add missing functional include std::function is not found with a GCC 7.2 runtime. Change-Id: Id28ea8da225c6bae0742848ba3d379fbafcfc190 Tested: Built repository with GCC 7.2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/watch.hpp b/watch.hpp index 98c35c4..da1ffad 100644 --- a/watch.hpp +++ b/watch.hpp
@@ -1,6 +1,7 @@ #pragma once #include <experimental/filesystem> +#include <functional> #include <systemd/sd-event.h> #include <sys/inotify.h> #include <map>