Automated Code Change PiperOrigin-RevId: 972337306 Change-Id: I2846f2c9bb0d46b39da22c6f78e1e5a070bece83
diff --git a/tlbmc/sensors/redfish_aggregated_batch.cc b/tlbmc/sensors/redfish_aggregated_batch.cc index e74c2ef..4b3821a 100644 --- a/tlbmc/sensors/redfish_aggregated_batch.cc +++ b/tlbmc/sensors/redfish_aggregated_batch.cc
@@ -15,7 +15,9 @@ #include "absl/strings/string_view.h" #include <nlohmann/json.hpp> #include "reading_range_config.pb.h" +#include "redfish_aggregated_batch_config.pb.h" #include "tlbmc/http/http_client_interface.h" +#include "resource.pb.h" #include "tlbmc/sensors/redfish_aggregated_sensor.h" namespace milotic_tlbmc {