Merge "Include what you use: <cutils/bitops.h> for popcount"

This commit is contained in:
Glenn Kasten 2020-07-01 22:40:40 +00:00 committed by Gerrit Code Review
commit a44935a15e

View file

@ -17,6 +17,7 @@
#ifndef ANDROID_AUDIOSYSTEM_LEGACY_H_
#define ANDROID_AUDIOSYSTEM_LEGACY_H_
#include <cutils/bitops.h>
#include <utils/Errors.h>
#include <media/AudioParameter.h>