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

Commit f7bbc5b3 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi
Browse files

floss: Include <base/time/time.h>

When using base::TimeDelta, also #include <base/time/time.h>

Bug: 216491419
Tag: #floss
Test: m libbt_common and build for ChromeOS
Change-Id: I7ed8731efad0753ae421825ff3d296099ac78709
parent 2c0dc3ce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
#include <base/bind.h>
#include <base/cancelable_callback.h>
#include <base/location.h>
#include <base/time/time.h>

#include <future>

namespace bluetooth {
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
#include <base/bind.h>
#include <base/cancelable_callback.h>
#include <base/location.h>
#include <base/time/time.h>

#include <future>

namespace bluetooth {