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

Commit 34e420f6 authored by Jesse Melhuish's avatar Jesse Melhuish Committed by Jesse Melhuish
Browse files

Change bind library to fix Floss build

<base/bind.h> -> <base/functional/bind.h>

Bug: 2645131
Test: mma -j32
Test: ./build-in-container.py
Change-Id: I1a4934c7821ad256e65218bd872098b3c6f6acbe
parent 4f3c7a98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#pragma once

#include <base/bind.h>
#include <base/functional/bind.h>

namespace bluetooth {
namespace common {