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

Commit 3589bc5b authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Add #include <format> to Bitmap.cpp" into main

parents 6b37ca81 b0e071f3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -47,15 +47,16 @@
#include <SkImage.h>
#include <SkImageAndroid.h>
#include <SkImagePriv.h>
#include <SkJpegEncoder.h>
#include <SkJpegGainmapEncoder.h>
#include <SkPixmap.h>
#include <SkPngEncoder.h>
#include <SkRect.h>
#include <SkStream.h>
#include <SkJpegEncoder.h>
#include <SkPngEncoder.h>
#include <SkWebpEncoder.h>

#include <atomic>
#include <format>
#include <limits>

#ifdef __ANDROID__