commit | e4746518b4173f087f1dd1994510ecd68d08ab60 | [log] [tgz] |
---|---|---|
author | Krzysztof KosiĆski <[email protected]> | Tue Nov 19 22:12:55 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 19 22:12:55 2024 +0000 |
tree | 006a301730d4b576f7a01e220ee959054e3bbacb | |
parent | 401885b5f257f39a6c5440b6964a3c6bc28577ec [diff] | |
parent | 0c5056789e0bde502512e4d69b939f9551bf356a [diff] |
Add missing ABSL includes. am: 0c5056789e Original change: https://android-review.googlesource.com/c/platform/packages/modules/OnDevicePersonalization/+/3348651 Change-Id: I0c466eaaf6c9ef4f0b2097c9fad7c9b0bf54686a Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/federatedcompute/jni/cpp/more_jni_util.h b/federatedcompute/jni/cpp/more_jni_util.h index c778957..34aace0 100644 --- a/federatedcompute/jni/cpp/more_jni_util.h +++ b/federatedcompute/jni/cpp/more_jni_util.h
@@ -18,6 +18,8 @@ #include <jni.h> +#include "absl/status/status.h" +#include "absl/strings/str_cat.h" #include "fcp/base/monitoring.h" #include "fcp/jni/jni_util.h" #include "fcp/protos/federatedcompute/common.pb.h"