From 96357b1910cbb915b11f8ac57fefb7ec461c77d4 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 30 May 2023 11:18:33 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 536457269 --- .../tasks/ios/test/vision/utils/sources/parse_proto_utils.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mediapipe/tasks/ios/test/vision/utils/sources/parse_proto_utils.cc b/mediapipe/tasks/ios/test/vision/utils/sources/parse_proto_utils.cc index d6a95116..c451e3d4 100644 --- a/mediapipe/tasks/ios/test/vision/utils/sources/parse_proto_utils.cc +++ b/mediapipe/tasks/ios/test/vision/utils/sources/parse_proto_utils.cc @@ -13,10 +13,11 @@ See the License for the specific language governing permissions and limitations under the License. ==============================================================================*/ +#include "mediapipe/tasks/ios/test/vision/utils/sources/parse_proto_utils.h" + #include #include -#include "absl/status/status.h" #include "google/protobuf/text_format.h" namespace mediapipe::tasks::ios::test::vision::utils {