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

Commit 60fcdc7d authored by Elliott Hughes's avatar Elliott Hughes
Browse files

hostgraphics: fix C++23 build.

Two missing includes.

Change-Id: Id9bedb0f2296d5e3fc7ad6520c8cfa5a0f836552
parent 3ada4be7
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 {

/**