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

Commit 45d6657f 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 am: afa3d1a2

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



Change-Id: Iaf5083189f9d9faf5f97b07bafc56d59a2750b4a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bae1f6a0 afa3d1a2
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>