commit | 1f876a81dd2b86d03e22b061eb9bfd57ce6094ec | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Mon Jun 12 18:09:59 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 12 18:09:59 2023 +0000 |
tree | 6baadbeab49d3c11009a770040471dce65b1bff4 | |
parent | acfc93f92427fbc132de8c76e0787d3c1387cee0 [diff] | |
parent | 214f37c2493f005231ff32e9982c2b831de11d38 [diff] |
Merge "fastboot: Add header that declares std::function"
diff --git a/fastboot/fastboot_driver.h b/fastboot/fastboot_driver.h index 3d6c7b0..6ac26ce 100644 --- a/fastboot/fastboot_driver.h +++ b/fastboot/fastboot_driver.h
@@ -28,6 +28,7 @@ #pragma once #include <cstdlib> #include <deque> +#include <functional> #include <limits> #include <string> #include <vector>