diff options
-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 aa94d3c4..7d8f068c 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> |