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

Commit a0ab0de8 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

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

Test: builds OK
Change-Id: I4ebd459a124b6480bb0ce1ccb49b76c727ced0bd
parent a4ddee21
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"