commit | b0f9c075901aa88f9c2c7604e32cf44f6d0af34f | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Fri Jul 28 20:00:44 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 28 20:00:44 2023 +0000 |
tree | 73700a160b19ce8154dbca0bf66555dfad3384e6 | |
parent | 545f3e0d35a6b3e128dadc68673658e5e56c3c39 [diff] | |
parent | 750fe6a37b2ff0fcb7f54721cd92f7e2686bb807 [diff] |
Merge "Adding include to functional" into main
diff --git a/fastboot/fastboot.h b/fastboot/fastboot.h index f6ffb64..dc57149 100644 --- a/fastboot/fastboot.h +++ b/fastboot/fastboot.h
@@ -27,6 +27,7 @@ */ #pragma once +#include <functional> #include <string> #include "fastboot_driver.h" #include "fastboot_driver_interface.h"