commit | 7052517fd63c5ed8bd16bc5225c4992a23a176f6 | [log] [tgz] |
---|---|---|
author | RAJESWARAN THILLAIGOVINDAN <rajeswgo@in.ibm.com> | Tue Jul 09 13:15:05 2019 -0500 |
committer | RAJESWARAN THILLAIGOVINDAN <rajeswgo@in.ibm.com> | Tue Jul 09 23:49:52 2019 -0500 |
tree | 8a7653f8cc9a91560848f4d263b14bf239607fcb | |
parent | c0bf89338fb6058d9876306867730668d11e8b47 [diff] [blame] |
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
diff --git a/include/sessions.hpp b/include/sessions.hpp index f8f3e8e..75952e3 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"