diff options
author | 2017-02-28 16:25:16 -0800 | |
---|---|---|
committer | 2017-03-03 15:22:02 -0800 | |
commit | e9e9fe40fb702ab1390a32c61981bc927177258a (patch) | |
tree | b5f30b1e780f5033d0ee63ffa0569f5884271176 /libs/gui/ConsumerBase.cpp | |
parent | b3d12ab940114e78e770cf68cb6bd0ef4a55249c (diff) |
fallout of cleaning-up libutils includes
Test: run & compile
Bug: n/a
Change-Id: I99e462d2db6560742fa3f065d5de50cd60111130
Diffstat (limited to 'libs/gui/ConsumerBase.cpp')
-rw-r--r-- | libs/gui/ConsumerBase.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gui/ConsumerBase.cpp b/libs/gui/ConsumerBase.cpp index c26de6673b..8acdfed8f5 100644 --- a/libs/gui/ConsumerBase.cpp +++ b/libs/gui/ConsumerBase.cpp @@ -27,6 +27,8 @@ #include <hardware/hardware.h> +#include <cutils/atomic.h> + #include <gui/BufferItem.h> #include <gui/IGraphicBufferAlloc.h> #include <gui/ISurfaceComposer.h> |