commit | fd8c02d6e6ec383528e30b5d6848482599abbe3a | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 12:54:07 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 20:42:24 2018 -0500 |
tree | 30500c0e9ad214367a346fcb58098f55db56c34d | |
parent | 204e1e74691a05b523b2b5c98c1dae88dd865e10 [diff] |
watch: Add missing functional include std::function is not found with a GCC 7.2 runtime. Tested: Built repository with GCC 7.2 Change-Id: Ie139a8897aea4036c1159bebb03c3b446fb23687 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/watch.hpp b/watch.hpp index 99854b7..f7eb695 100644 --- a/watch.hpp +++ b/watch.hpp
@@ -1,5 +1,6 @@ #pragma once +#include <functional> #include <systemd/sd-event.h> namespace phosphor