commit | 634304a642f68d014799f56c2d876551e0f89d46 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Jan 09 10:39:16 2024 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Tue Jan 09 10:41:24 2024 -0800 |
tree | 101bdb677acebfd803732f3903e87a10938c2efc | |
parent | c0212af865e88cfb41f293fe35bd2bdf8b36f55a [diff] [blame] |
Add missing libc++ includes Bug: 175635923 Test: m MODULES-IN-frameworks-native-libs-binder Change-Id: I43d3b767ad0878c828abdc5c1a35197cb46a2d75
diff --git a/libs/binder/UtilsHost.h b/libs/binder/UtilsHost.h index b582f17..d6fe9fa 100644 --- a/libs/binder/UtilsHost.h +++ b/libs/binder/UtilsHost.h
@@ -16,6 +16,7 @@ #pragma once +#include <functional> #include <optional> #include <ostream> #include <string>