commit | 840098bf8a0c9dd3c36e17cb7b04fe1737f6c2b1 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Tue Jun 28 12:06:17 2022 -0700 |
committer | Ed Tanous <ed@tanous.net> | Tue Jul 05 17:24:51 2022 +0000 |
tree | b4fea9a85f21a1c27406cf2e180e19c2866e18f6 | |
parent | 6b3db60d9ae96a791fe976cee032e79d0eed090e [diff] |
IWYU redfish_sessions.hpp Fix the includes. Tested: Code compiles. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I589aa64c14847bb82087a5201959e2ca1271ae41
diff --git a/redfish-core/lib/redfish_sessions.hpp b/redfish-core/lib/redfish_sessions.hpp index 035a9a8..e4eae68 100644 --- a/redfish-core/lib/redfish_sessions.hpp +++ b/redfish-core/lib/redfish_sessions.hpp
@@ -22,6 +22,7 @@ #include <http/utility.hpp> #include <query.hpp> #include <registries/privilege_registry.hpp> +#include <utils/json_utils.hpp> namespace redfish {