Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 214f37c2 authored by Biswapriyo Nath's avatar Biswapriyo Nath
Browse files

fastboot: Add header that declares std::function

This fixes the following compiler error with gcc
fastboot_driver.h:51:10: error: ‘function’ in namespace ‘std’ does not name a template type

Change-Id: I3a4d9b48bfdc2c76e443e2efe1761ec9503c6dc5
parent bb8637b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#pragma once
#include <cstdlib>
#include <deque>
#include <functional>
#include <limits>
#include <string>
#include <vector>