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

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

Merge "cputimeinstate: add missing <functional> include" into main am:...

Merge "cputimeinstate: add missing <functional> include" into main am: 9f2a647a am: 3a4f6eee am: 59e025fd am: 5a4e2465 am: 24d744e4

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2758335



Change-Id: I77e08efeeebe58a44ba8cdd92f61efbbb80ea517
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c9f4dc8c 24d744e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <fuzzer/FuzzedDataProvider.h>
#include <android-base/unique_fd.h>
#include <cputimeinstate.h>
#include <functional>

using namespace android::bpf;