diff options
Diffstat (limited to 'cmds/idmap2/idmap2d/Idmap2Service.h')
-rw-r--r-- | cmds/idmap2/idmap2d/Idmap2Service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/idmap2/idmap2d/Idmap2Service.h b/cmds/idmap2/idmap2d/Idmap2Service.h index 40843f75a3ab..c16c3c52155f 100644 --- a/cmds/idmap2/idmap2d/Idmap2Service.h +++ b/cmds/idmap2/idmap2d/Idmap2Service.h @@ -24,7 +24,9 @@ #include <idmap2/ResourceContainer.h> #include <idmap2/Result.h> +#include <memory> #include <string> +#include <vector> namespace android::os { |