diff options
| author | 2020-02-27 03:22:54 +0000 | |
|---|---|---|
| committer | 2020-02-27 03:22:54 +0000 | |
| commit | 25a9ba1bc75c504daa433d0eb134c7b8f786c059 (patch) | |
| tree | 3f3f4fb17a0e5355b66ec3d715dd2c6c83ddd788 /libs/binder/IAppOpsService.cpp | |
| parent | f12459329024a7900fede7daebd99c6fa06b93a8 (diff) | |
| parent | b08a7a4997ecb27b81c52d2a29e4e0dc7771bda1 (diff) | |
Merge "Use std::optional for @nullable (AIDL)" am: b08a7a4997
Change-Id: I1004fd7a0c2e3fda7906e232913d25e4059b3f9f
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 { // ---------------------------------------------------------------------- |