Merge "Include <functional> for std::function and std::placeholders" into main am: e5896f0fea am: 073c14a320

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2674342

Change-Id: I6af09129d24876e8582ab2121512dd16b1ec3492
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Ryan Prichard
2023-07-25 22:12:55 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
* limitations under the License.
*/
#include <functional>
#include <string>
#include <vector>

View File

@@ -15,6 +15,7 @@
*/
#pragma once
#include <functional>
#include <memory>
#include <mutex>
#include <vector>