commit | c9a2367f660473fbf1b47b2ae46098ae337f89f2 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Tue Jun 30 12:12:42 2020 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Tue Jun 30 12:12:42 2020 -0700 |
tree | cd56d5ba761c0795d6dfd4cb8c5f467ea8b8b62d | |
parent | c1d40b64b1ee652f173153fb2520201bbed56679 [diff] [blame] |
Include what you use: <cutils/bitops.h> for popcount Test: builds OK Change-Id: I46e27589936415dbf5da5722cd4132002c076c99
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp index 3eacc8c..bf2e953 100644 --- a/services/audioflinger/FastMixer.cpp +++ b/services/audioflinger/FastMixer.cpp
@@ -40,6 +40,7 @@ #include <audio_utils/channels.h> #include <audio_utils/format.h> #include <audio_utils/mono_blend.h> +#include <cutils/bitops.h> #include <media/AudioMixer.h> #include "FastMixer.h" #include "TypedLogger.h"