diff options
author | Yifan Hong <elsk@google.com> | 2018-09-24 21:16:41 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-09-24 21:16:41 -0700 |
commit | 7dd543f3fff9a1c67ca32e70ebba5bd7ca1528f4 (patch) | |
tree | 75a15020aca4615496637fca2608da60d6194d0c /boot_control_chromeos.cc | |
parent | 56c12ca969efe07150376dd0936c2c4169e86ce3 (diff) | |
parent | c96589ac457b95245c1daa54e7dd345ee4d08c7f (diff) |
boot_control_chromeos: IWYU
am: c96589ac45
Change-Id: Ie3b74d49a5bdf09c2e768bc6c618574d29a71152
Diffstat (limited to 'boot_control_chromeos.cc')
-rw-r--r-- | boot_control_chromeos.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/boot_control_chromeos.cc b/boot_control_chromeos.cc index aa94d3c42..7d8f068c3 100644 --- a/boot_control_chromeos.cc +++ b/boot_control_chromeos.cc @@ -16,7 +16,9 @@ #include "update_engine/boot_control_chromeos.h" +#include <memory> #include <string> +#include <utility> #include <base/bind.h> #include <base/files/file_path.h> |