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

Commit 0e2517b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "native_window_aidl: include cpp headers only when needed" into main

parents d08178e5 eaac2b49
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,8 +34,11 @@
#include <android/native_window.h>
#include <sys/cdefs.h>

// Only required by the AIDL glue helper
#ifdef __cplusplus
#include <sstream>
#include <string>
#endif // __cplusplus

__BEGIN_DECLS