summaryrefslogtreecommitdiffstats
path: root/src/count.hpp
diff options
context:
space:
mode:
authorRatan Gupta <ratagupt@in.ibm.com>2018-02-19 23:43:44 +0530
committerRatan Gupta <ratagupt@in.ibm.com>2018-02-20 09:30:59 +0530
commit882d741c2392e2c37c2fbdaf1207e64ea6dc91a7 (patch)
treed61e370f13849cd72ac6a161ecfb640a058f051f /src/count.hpp
parentc3dfe6176d17966daeb8a27e55b09f1fbb70fe56 (diff)
downloadphosphor-dbus-monitor-882d741c2392e2c37c2fbdaf1207e64ea6dc91a7.tar.gz
phosphor-dbus-monitor-882d741c2392e2c37c2fbdaf1207e64ea6dc91a7.zip
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>
Diffstat (limited to 'src/count.hpp')
-rw-r--r--src/count.hpp2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud