Merge "Adding include to functional" into main am: b0f9c07590 am: 29d1636f84 am: 59f6265d0c am: 289582abd4

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2679741

Change-Id: I75838727832d8da236a2b5a75a50980ea04b3e07
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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"