commit | be9bec13989dc7224c49dc2078a545aa18a24e74 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 12:51:24 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 20:43:08 2018 -0500 |
tree | e25bdc22920f303aa62c04109cd2f49377d1c240 | |
parent | 27df4b5f85d6d08d13aa09800cfc1fa6e8764771 [diff] |
timer: Add missing functional include std::function is not found with a GCC 7.2 runtime. Change-Id: Ic7eaf4012a2992ee4a58f2dda827f0625a9ae96f Tested: Built repository with GCC 7.2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/timer.hpp b/timer.hpp index e6b0693..058740e 100644 --- a/timer.hpp +++ b/timer.hpp
@@ -1,5 +1,6 @@ #pragma once +#include <functional> #include <memory> #include <chrono> #include <systemd/sd-event.h>