summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2024-01-16 11:06:59 -0800
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2024-02-28 22:16:02 +0000
commitc65925ff314d066b15289dfbc55e67d02e391bf3 (patch)
tree4afd5f106f1ba100ee42b1ec4f43ed80cf961591 /services
parent910618a2ae9fbd8aec2c1308aa20616c97454098 (diff)
downloadnative-c65925ff314d066b15289dfbc55e67d02e391bf3.tar.gz
Add missing libc++ includes
Bug: 175635923 Test: m checkbuild (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:94a21e9ae2ea8162128fe392f743d523238b7f3e) Merged-In: I9cef8d1b0306fab363e2fe4eda39782e21f24d8f Change-Id: I9cef8d1b0306fab363e2fe4eda39782e21f24d8f
Diffstat (limited to 'services')
-rw-r--r--services/surfaceflinger/common/include/common/FlagManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/surfaceflinger/common/include/common/FlagManager.h b/services/surfaceflinger/common/include/common/FlagManager.h
index 2e1d6aee4d..8b5983d2c4 100644
--- a/services/surfaceflinger/common/include/common/FlagManager.h
+++ b/services/surfaceflinger/common/include/common/FlagManager.h
@@ -17,6 +17,7 @@
#pragma once
#include <cstdint>
+#include <functional>
#include <mutex>
#include <optional>
#include <string>