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

Commit ce87f3a6 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

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



Change-Id: I6af09129d24876e8582ab2121512dd16b1ec3492
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2fef006d 073c14a3
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>