From 882d741c2392e2c37c2fbdaf1207e64ea6dc91a7 Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Mon, 19 Feb 2018 23:43:44 +0530 Subject: Include missing header file we are using the std algo's in this file but missed to include the c++ algorithm header file. Change-Id: Ib88f810a048dba18526b7c7cf42d87ba095a27be Signed-off-by: Ratan Gupta --- src/count.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/count.hpp') diff --git a/src/count.hpp b/src/count.hpp index a588ccc..f7b809f 100644 --- a/src/count.hpp +++ b/src/count.hpp @@ -3,6 +3,8 @@ #include "callback.hpp" #include "data_types.hpp" +#include + namespace phosphor { namespace dbus -- cgit v1.2.1