From c8fc80c47ba20f29895118916bb0fb2ec4928e47 Mon Sep 17 00:00:00 2001 From: Ryan Prichard Date: Fri, 21 Jul 2023 16:15:08 -0700 Subject: [PATCH] Include for std::function and std::placeholders Bug: b/175635923 Test: treehugger Change-Id: I3dabb8c44334713be9e461dd81f437c3da1ea936 --- compatibility_matrices/exclude/fcm_exclude.cpp | 1 + health/utils/libhealthloop/include/health/HealthLoop.h | 1 + 2 files changed, 2 insertions(+) diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index b17c0e22c6..ccce449387 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include #include #include diff --git a/health/utils/libhealthloop/include/health/HealthLoop.h b/health/utils/libhealthloop/include/health/HealthLoop.h index 54b2740c1b..fc3066e4c6 100644 --- a/health/utils/libhealthloop/include/health/HealthLoop.h +++ b/health/utils/libhealthloop/include/health/HealthLoop.h @@ -15,6 +15,7 @@ */ #pragma once +#include #include #include #include