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

Commit 2cc10f4d authored by Glenn Kasten's avatar Glenn Kasten Committed by Automerger Merge Worker
Browse files

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

Merge "Include what you use: <cutils/bitops.h> for popcount" am: 644015b7 am: b9379f26 am: 866d5678 am: 4cf80ec6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1353065

Change-Id: Ic842d78973c53532113776f68235773e5b188929
parents d2b9a905 4cf80ec6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
#include <limits.h>

#include <audio_utils/fixedfft.h>
#include <cutils/bitops.h>
#include <utils/Thread.h>

#include "Visualizer.h"