summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-02-27 15:19:09 -0800
committerChih-Hung Hsieh <chh@google.com>2015-03-06 11:08:48 -0800
commitf22e0d8849dd8bd0581297288c2597d0666382aa (patch)
treea5727bdfd99a6cb8ba43a154197d840a14381bf5 /include
parent1a86a8adbf4ab43a6aed2c3c8aa0830c001adb77 (diff)
downloadframeworks_av-f22e0d8849dd8bd0581297288c2597d0666382aa.zip
frameworks_av-f22e0d8849dd8bd0581297288c2597d0666382aa.tar.gz
frameworks_av-f22e0d8849dd8bd0581297288c2597d0666382aa.tar.bz2
Include ABase.h to get definition of DISALLOW_EVIL_CONSTRUCTORS.
Change-Id: I13e375e67f20203c542b5350a55f42e925205b11
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/BufferProducerWrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/BufferProducerWrapper.h b/include/media/stagefright/BufferProducerWrapper.h
index d8acf30..4caa2c6 100644
--- a/include/media/stagefright/BufferProducerWrapper.h
+++ b/include/media/stagefright/BufferProducerWrapper.h
@@ -19,6 +19,7 @@
#define BUFFER_PRODUCER_WRAPPER_H_
#include <gui/IGraphicBufferProducer.h>
+#include <media/stagefright/foundation/ABase.h>
namespace android {