commit | e5896f0feaed0665b20103a9ebc7e3651ce92c95 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Tue Jul 25 20:17:01 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 25 20:17:01 2023 +0000 |
tree | 42ce5340e0832c61e138feb3f785d68a995234c8 | |
parent | 43a85cfb2b7931a8a7f4affd1324e448a31a848d [diff] | |
parent | c8fc80c47ba20f29895118916bb0fb2ec4928e47 [diff] |
Merge "Include <functional> for std::function and std::placeholders" into main
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index b17c0e2..ccce449 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp
@@ -14,6 +14,7 @@ * limitations under the License. */ +#include <functional> #include <string> #include <vector>
diff --git a/health/utils/libhealthloop/include/health/HealthLoop.h b/health/utils/libhealthloop/include/health/HealthLoop.h index 54b2740..fc3066e 100644 --- a/health/utils/libhealthloop/include/health/HealthLoop.h +++ b/health/utils/libhealthloop/include/health/HealthLoop.h
@@ -15,6 +15,7 @@ */ #pragma once +#include <functional> #include <memory> #include <mutex> #include <vector>