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

Commit ef4d2b07 authored by Haibo Huang's avatar Haibo Huang Committed by android-build-merger
Browse files

Merge "Include chrono.h"

am: fc717308

Change-Id: I83bd41ac34b04352627569c92189886528a1f1c8
parents 07012f8b fc717308
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,8 +18,11 @@

// We include fmtlib here as an alias, since libbase will have fmtlib statically linked already.
// It is accessed through its normal fmt:: namespace.
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
#include <fmt/chrono.h>
#pragma clang diagnostic pop
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/printf.h>
#include <fmt/time.h>