Fix missed include
53ffeca5ae50e522338b9e167e5840bf967a429b missed this include.
It uses sdbusplus::unpackPropertiesNoThrow and should have the include.
It uses dbus_utils::UnpackErrorPrinter and should have the include.
Tested: None.
Change-Id: I4811791d7393b7d11163d099519589ec6e6d1dbc
Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
diff --git a/redfish-core/lib/fabric_adapters.hpp b/redfish-core/lib/fabric_adapters.hpp
index f2e7d3f..5912710 100644
--- a/redfish-core/lib/fabric_adapters.hpp
+++ b/redfish-core/lib/fabric_adapters.hpp
@@ -5,10 +5,12 @@
#include "query.hpp"
#include "registries/privilege_registry.hpp"
#include "utils/collection.hpp"
+#include "utils/dbus_utils.hpp"
#include "utils/json_utils.hpp"
#include <boost/system/error_code.hpp>
#include <sdbusplus/asio/property.hpp>
+#include <sdbusplus/unpack_properties.hpp>
#include <array>
#include <functional>