From 35e75f0a402dd5c5e7786674bf861800ab675e0f Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 26 Feb 2018 09:43:41 -0500 Subject: 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 --- src/count.hpp | 1 + 1 file changed, 1 insertion(+) 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 +#include namespace phosphor { -- cgit v1.2.1