Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76a13443 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

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

Test: builds OK
Change-Id: Ie717272df285303a63518f0342e1a4d2f41362c3
parent dbb98950
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <audio_utils/clock.h>
#include <audio_utils/PowerLog.h>
#include <cutils/bitops.h>
#include <cutils/properties.h>
#include <system/audio.h>

+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
#include <set>
#include <unordered_set>
#include <vector>
#include <cutils/bitops.h>
#include <cutils/properties.h>
#include <utils/Log.h>
#include <media/AudioParameter.h>