OSDN Git Service

opengl egl_object.h: add <atomic> include.
authorSteven Moreland <smoreland@google.com>
Fri, 10 Mar 2017 18:08:45 +0000 (10:08 -0800)
committerSteven Moreland <smoreland@google.com>
Fri, 10 Mar 2017 18:11:33 +0000 (10:11 -0800)
Includes are transitively imported by <string> in String8.h + String16.h
but that include is being removed.

Test: pass
Change-Id: I6176389d41aa5eb6fdf8b8afe3378eeb877bc525

opengl/libs/EGL/egl_object.h

index f4012ab..f452969 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef ANDROID_EGL_OBJECT_H
 #define ANDROID_EGL_OBJECT_H
 
+#include <atomic>
 #include <stdint.h>
 #include <stddef.h>