diff options
author | 2017-03-10 10:08:45 -0800 | |
---|---|---|
committer | 2017-03-10 10:11:33 -0800 | |
commit | 113c6b73b6548fb8b29d6478b204c0cc4676c9d4 (patch) | |
tree | f7c519f35e634ccbb522a9f726e533947d5d2256 | |
parent | 99295a2b1bce6b1031db91b60fb046d5c17fa92c (diff) |
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
-rw-r--r-- | opengl/libs/EGL/egl_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/egl_object.h b/opengl/libs/EGL/egl_object.h index f4012abb39..f452969a17 100644 --- a/opengl/libs/EGL/egl_object.h +++ b/opengl/libs/EGL/egl_object.h @@ -17,6 +17,7 @@ #ifndef ANDROID_EGL_OBJECT_H #define ANDROID_EGL_OBJECT_H +#include <atomic> #include <stdint.h> #include <stddef.h> |