commit | 882d741c2392e2c37c2fbdaf1207e64ea6dc91a7 | [log] [tgz] |
---|---|---|
author | Ratan Gupta <ratagupt@in.ibm.com> | Mon Feb 19 23:43:44 2018 +0530 |
committer | Ratan Gupta <ratagupt@in.ibm.com> | Tue Feb 20 09:30:59 2018 +0530 |
tree | d61e370f13849cd72ac6a161ecfb640a058f051f | |
parent | c3dfe6176d17966daeb8a27e55b09f1fbb70fe56 [diff] |
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 <ratagupt@in.ibm.com>
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 <algorithm> + namespace phosphor { namespace dbus