commit | 5e361c5cf7993c56d45e7e1c4d508a83be777018 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 13:06:03 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Feb 21 20:41:59 2018 -0500 |
tree | 772f1ebb4431808d5ef15734973a0ccde5e77777 | |
parent | 654eb6e9170641d7c62f77a7b214c90a7ccaa305 [diff] |
types: Add missing functional include std::function is not found with a GCC 7.2 runtime. Change-Id: I7e054bde6249b5913634cc067582a6f9d4c20f48 Tested: Built repository with GCC 7.2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/power-sequencer/types.hpp b/power-sequencer/types.hpp index 78b5ea7..c473828 100644 --- a/power-sequencer/types.hpp +++ b/power-sequencer/types.hpp
@@ -1,5 +1,6 @@ #pragma once +#include <functional> #include <map> #include <string> #include <tuple>