summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2023-02-17 05:23:30 +0300
committerGunnar Mills <gmills@us.ibm.com>2023-02-17 05:24:45 +0300
commitf05e9169fa3960e962874143b91d633cebfa72cd (patch)
tree5f4facc1f5d3af410ecde953bbb3bc49a91ee849 /redfish-core
parent86711e7095486db50b389e2cc5ec9224a396bc58 (diff)
downloadbmcweb-f05e9169fa3960e962874143b91d633cebfa72cd.tar.xz
Fix missed include
53ffeca5ae50e522338b9e167e5840bf967a429b missed this include. It uses sdbusplus::asio::getProperty and should have the include. Tested: None. Change-Id: I84a023b2abdba396dc93348cdaf22173e26aed1f Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/lib/fabric_adapters.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/redfish-core/lib/fabric_adapters.hpp b/redfish-core/lib/fabric_adapters.hpp
index 768a2f735f..f2e7d3f7ac 100644
--- a/redfish-core/lib/fabric_adapters.hpp
+++ b/redfish-core/lib/fabric_adapters.hpp
@@ -8,6 +8,7 @@
#include "utils/json_utils.hpp"
#include <boost/system/error_code.hpp>
+#include <sdbusplus/asio/property.hpp>
#include <array>
#include <functional>