summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2024-01-31 18:08:21 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2024-01-31 18:08:21 +0000
commit5116f335f2d489ddae7276954ee2108a13b2a1dc (patch)
treea8b940e8683a0013322c354560c9509e990d4f41
parent27b35456204ccb92cc4bc01ebb1e86762920bbdb (diff)
downloadminikin-5116f335f2d489ddae7276954ee2108a13b2a1dc.tar.gz
Add more missing libc++ includes
Bug: 175635923 Test: m checkbuild (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1eb35b750df7bdfbf7706d899ad3c28d8732abb7) Merged-In: I58e93d1c645a280add075a07709314b1f3f1eb3a Change-Id: I58e93d1c645a280add075a07709314b1f3f1eb3a
-rw-r--r--include/minikin/FontCollection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/minikin/FontCollection.h b/include/minikin/FontCollection.h
index 1679abc..03d06e6 100644
--- a/include/minikin/FontCollection.h
+++ b/include/minikin/FontCollection.h
@@ -19,6 +19,7 @@
#include <gtest/gtest_prod.h>
+#include <functional>
#include <memory>
#include <unordered_map>
#include <vector>