commit | 644a5b7d25e54a1a682ad25d873b95453c405c97 | [log] [tgz] |
---|---|---|
author | Ryan Prichard <rprichard@google.com> | Thu Jul 20 21:39:48 2023 -0700 |
committer | Ryan Prichard <rprichard@google.com> | Tue Jul 25 21:34:53 2023 -0700 |
tree | 666fc9516556137c8bc3c6a018b71f11b9a0507b | |
parent | 39a9427c02c1bb30434e532f0053d436aedf85b2 [diff] [blame] |
installd: add missing <functional> for std::function. Bug: b/175635923 Test: treehugger Change-Id: I2541263d27b5bced25667baaf814bff0e65e4604
diff --git a/cmds/installd/CrateManager.h b/cmds/installd/CrateManager.h index 1f30b5d..d9b590f 100644 --- a/cmds/installd/CrateManager.h +++ b/cmds/installd/CrateManager.h
@@ -25,6 +25,7 @@ #include <sys/stat.h> #include <sys/types.h> +#include <functional> #include <optional> #include <string> #include <vector>