From eaf7d77e7e36f6afd706d87775ac88db38485e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Fri, 15 Mar 2024 06:43:54 +0000 Subject: [PATCH] Add missing header. Protobuf 22.x no longer includes , so it has to be included explicitly. Bug: 329747255 Test: presubmit Change-Id: Icd5055e242e4f58029caf80cbb321222c612a9d0 --- init/persistent_properties.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/init/persistent_properties.cpp b/init/persistent_properties.cpp index 6f8a4de93..59e57b95f 100644 --- a/init/persistent_properties.cpp +++ b/init/persistent_properties.cpp @@ -23,6 +23,7 @@ #include #include +#include #include #include