commit | 35e75f0a402dd5c5e7786674bf861800ab675e0f | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Feb 26 09:43:41 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Feb 27 17:12:24 2018 +0000 |
tree | be805c3d164a28335e096d89d9928c45df2e398a | |
parent | 05a2ac3a9c9f794be8b6cea81a1d46283162b7d3 [diff] [blame] |
count: Add missing functional include std::function is not found with a GCC 7.3 runtime. Change-Id: I4e5289794d405c42ab6291c211289d1ab175b197 Tested: Built repository with GCC 7.3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/src/count.hpp b/src/count.hpp index bde8a91..0da0324 100644 --- a/src/count.hpp +++ b/src/count.hpp
@@ -4,6 +4,7 @@ #include "data_types.hpp" #include <algorithm> +#include <functional> namespace phosphor {