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

Commit 113c6b73 authored by Steven Moreland's avatar Steven Moreland
Browse files

opengl egl_object.h: add <atomic> include.

Includes are transitively imported by <string> in String8.h + String16.h
but that include is being removed.

Test: pass
Change-Id: I6176389d41aa5eb6fdf8b8afe3378eeb877bc525
parent 99295a2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#ifndef ANDROID_EGL_OBJECT_H
#define ANDROID_EGL_OBJECT_H

#include <atomic>
#include <stdint.h>
#include <stddef.h>