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

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

floss: Fix missing <base/logging.h>

Latest libchrome requires explicitly including the logging header
instead of including it automatically.

Bug: 206135094
Tag: #floss
Test: USE="floss_upstream" emerge-zork-floss floss
Change-Id: I1b3811bc8b8a24fbb802778c6d61e12893437a6a
parent 35cbde44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
 ******************************************************************************/

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

#include <cstdint>
#include <unordered_map>