diff options
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | 2014-09-27 17:20:50 +0200 |
---|---|---|
committer | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | 2014-09-27 17:20:50 +0200 |
commit | dff843f2fae88c10fe18d2925a4e802a35d74433 (patch) | |
tree | 3415eacab96ae95004c5857280a363b41aaaf622 /drm/drmserver | |
parent | 6cd6792a3289c0c50542d8113068478dbc3a5ad0 (diff) | |
download | frameworks_av-dff843f2fae88c10fe18d2925a4e802a35d74433.zip frameworks_av-dff843f2fae88c10fe18d2925a4e802a35d74433.tar.gz frameworks_av-dff843f2fae88c10fe18d2925a4e802a35d74433.tar.bz2 |
Add missing #includes
Some header files in stagefright try to use DISALLOW_EVIL_CONSTRUCTORS
(and even DISALLOW_IMPLICIT_CONSTRUCTORS, which isn't defined anywhere
in stagefright) without including the proper header.
With clang, this results in a build failure - with gcc,
it results in DISALLOW_EVIL_CONSTRUCTORS/DISALLOW_IMPLICIT_CONSTRUCTORS
not doing what they were intended to do, instead appearing as a method
in the DWARF debug sections of files using the headers.
Change-Id: Ie4e99affe98ed8fb1bfcf5ec604c19dcd5311c62
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'drm/drmserver')
0 files changed, 0 insertions, 0 deletions