commit | 311b479d7f50bc9e487cf9b4859843d0f4778382 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Feb 28 15:00:49 2017 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Feb 28 15:31:04 2017 -0800 |
tree | 54a7155cefe75f6dbe26257cfac40360cc9b5c97 | |
parent | 061fc6a2355d2958e60f57b3b36136746c53e29a [diff] [blame] |
clean-up EGL includes Test: compile and run Bug: cleanup Change-Id: Icb6c70c80d455446d7163a20d51c41d9b6e0b578
diff --git a/libs/ui/GraphicBuffer.cpp b/libs/ui/GraphicBuffer.cpp index 37ebfb3..c4d8f76 100644 --- a/libs/ui/GraphicBuffer.cpp +++ b/libs/ui/GraphicBuffer.cpp
@@ -17,6 +17,9 @@ #define LOG_TAG "GraphicBuffer" #include <ui/GraphicBuffer.h> + +#include <cutils/atomic.h> + #include <ui/GrallocMapper.h> #include <ui/GraphicBufferAllocator.h> #include <ui/GraphicBufferMapper.h>