Automated Code Change

PiperOrigin-RevId: 968864810
Change-Id: I9fe4805ea29bee15a28e48dbbd4596ff49d14e38
diff --git a/tlbmc/redfish/routes/certificate_service.cc b/tlbmc/redfish/routes/certificate_service.cc
index caabe09..7722bae 100644
--- a/tlbmc/redfish/routes/certificate_service.cc
+++ b/tlbmc/redfish/routes/certificate_service.cc
@@ -21,6 +21,7 @@
 #include "tlbmc/redfish/request.h"
 #include "tlbmc/redfish/response.h"
 #include "tlbmc/redfish/routes/action_managers/file_manager.h"
+#include "resource.pb.h"
 #include "tlbmc/resource/syslog_config_utils.h"
 #include "tlbmc/store/store.h"
 #include "google/protobuf/text_format.h"
diff --git a/tlbmc/redfish/routes/chassis.h b/tlbmc/redfish/routes/chassis.h
index e3df0e4..9310cb3 100644
--- a/tlbmc/redfish/routes/chassis.h
+++ b/tlbmc/redfish/routes/chassis.h
@@ -3,6 +3,7 @@
 
 #include <string>
 
+#include "absl/strings/string_view.h"
 #include <nlohmann/json_fwd.hpp>
 #include "topology_config.pb.h"
 #include "tlbmc/redfish/app.h"
diff --git a/tlbmc/redfish/routes/manager_certificates.cc b/tlbmc/redfish/routes/manager_certificates.cc
index e6a5d6b..f48e6a9 100644
--- a/tlbmc/redfish/routes/manager_certificates.cc
+++ b/tlbmc/redfish/routes/manager_certificates.cc
@@ -16,6 +16,7 @@
 #include "tlbmc/redfish/response.h"
 #include "tlbmc/redfish/routes/certificate_service.h"
 #include "tlbmc/redfish/url.h"
+#include "resource.pb.h"
 #include "tlbmc/resource/syslog_config_utils.h"
 #include "tlbmc/store/store.h"
 
diff --git a/tlbmc/redfish/routes/system.cc b/tlbmc/redfish/routes/system.cc
index a02dca6..3ac43d4 100644
--- a/tlbmc/redfish/routes/system.cc
+++ b/tlbmc/redfish/routes/system.cc
@@ -27,6 +27,7 @@
 #include "tlbmc/redfish/response.h"
 #include "tlbmc/resource/reset_type.h"
 #include "resource.pb.h"
+#include "software_metrics.pb.h"
 #include "tlbmc/store/store.h"
 #include "smart_router.h"