summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRAJESWARAN THILLAIGOVINDAN <rajeswgo@in.ibm.com>2019-07-09 21:15:05 +0300
committerRAJESWARAN THILLAIGOVINDAN <rajeswgo@in.ibm.com>2019-07-10 07:49:52 +0300
commit7052517fd63c5ed8bd16bc5225c4992a23a176f6 (patch)
tree8a7653f8cc9a91560848f4d263b14bf239607fcb
parentc0bf89338fb6058d9876306867730668d11e8b47 (diff)
downloadbmcweb-7052517fd63c5ed8bd16bc5225c4992a23a176f6.tar.xz
Included sdbusplus/bus/match.hpp to fix compilation error
Tested: with this change, CI for the commit https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/20134 passes. Signed-off-by: RAJESWARAN THILLAIGOVINDAN <rajeswgo@in.ibm.com> Change-Id: I983494e4e42bb4cce31482918c01c9e81a51132e
-rw-r--r--include/sessions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sessions.hpp b/include/sessions.hpp
index f8f3e8efdd..75952e35c1 100644
--- a/include/sessions.hpp
+++ b/include/sessions.hpp
@@ -8,6 +8,7 @@
#include <nlohmann/json.hpp>
#include <pam_authenticate.hpp>
#include <random>
+#include <sdbusplus/bus/match.hpp>
#include "crow/logging.h"