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

Commit 622e2fd8 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android (Google) Code Review
Browse files

Merge "hostgraphics: fix C++23 build." into main

parents 85126fc1 60fcdc7d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@
#include <apex/display.h>
#include <utils/Errors.h>

#include <stdlib.h>

#include <type_traits>

namespace android::display::impl {

/**