diff options
| author | 2020-02-27 03:06:14 +0000 | |
|---|---|---|
| committer | 2020-02-27 03:06:14 +0000 | |
| commit | b08a7a4997ecb27b81c52d2a29e4e0dc7771bda1 (patch) | |
| tree | 79893fb4983765fcae18a19ea948610cb6bbad6b /libs/binder/IAppOpsService.cpp | |
| parent | aa59a8b100c30c20e50a9cedd04d76b3610f0de3 (diff) | |
| parent | 9fcc4ef9bbf746b7551a51c8b62cd4f8c8b4551c (diff) | |
Merge "Use std::optional for @nullable (AIDL)"
Diffstat (limited to 'libs/binder/IAppOpsService.cpp')
| -rw-r--r-- | libs/binder/IAppOpsService.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/IAppOpsService.cpp b/libs/binder/IAppOpsService.cpp index b2bd9e50b0..e5f0a11aa0 100644 --- a/libs/binder/IAppOpsService.cpp +++ b/libs/binder/IAppOpsService.cpp @@ -22,6 +22,8 @@ #include <binder/Parcel.h> #include <utils/String8.h> +#include <optional> + namespace android { // ---------------------------------------------------------------------- |