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

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

Merge "Include chrono.h" am: fc717308

am: ef4d2b07

Change-Id: I08fadc10049bc33bb7a79dcf8a91306a54c4d87c
parents e8b22cc2 ef4d2b07
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>