Make pcie_slots compile
This code doesn't compile; Including it in redfish.hpp, even if it's
not used, ensures that we keep code compiling.
Tested: Code compiles. No functional impact.
Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: Ia1009416a692b9700998d6329a297a6754076cf0
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index cf38510..e1d07a2 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -34,6 +34,7 @@
#include "metric_report_definition.hpp"
#include "network_protocol.hpp"
#include "pcie.hpp"
+#include "pcie_slots.hpp"
#include "power.hpp"
#include "power_subsystem.hpp"
#include "processor.hpp"