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/Threads.cpp b/services/audioflinger/Threads.cpp index bf4195f..796596a 100644 --- a/services/audioflinger/Threads.cpp +++ b/services/audioflinger/Threads.cpp
@@ -28,6 +28,7 @@ #include <linux/futex.h> #include <sys/stat.h> #include <sys/syscall.h> +#include <cutils/bitops.h> #include <cutils/properties.h> #include <media/AudioContainers.h> #include <media/AudioDeviceTypeAddr.h>