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

Commit c8fc80c4 authored by Ryan Prichard's avatar Ryan Prichard
Browse files

Include <functional> for std::function and std::placeholders

Bug: b/175635923
Test: treehugger
Change-Id: I3dabb8c44334713be9e461dd81f437c3da1ea936
parent 886eb1f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * limitations under the License.
 */

#include <functional>
#include <string>
#include <vector>

+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */
#pragma once

#include <functional>
#include <memory>
#include <mutex>
#include <vector>