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

Commit 24d744e4 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

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



Change-Id: Iae520b13dc15815c6b146edc7e418d77d593687a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d646eff9 5a4e2465
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;