Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afa3d1a2 authored by Ryan Prichard's avatar Ryan Prichard Committed by Automerger Merge Worker
Browse files

Merge "Include <functional> for std::function and std::placeholders" into main...

Merge "Include <functional> for std::function and std::placeholders" into main am: e5896f0f am: 073c14a3 am: ce87f3a6 am: bc5e1931

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



Change-Id: Iba5281859ab87c6eda5b2d62eb3893a160eedaf6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9dc51e63 bc5e1931
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <functional>
#include <string>
#include <vector>

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */
#pragma once

#include <functional>
#include <memory>
#include <mutex>
#include <vector>