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

Commit 663be8e2 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add missing libc++ includes

Bug: 175635923
Test: m MODULES-IN-frameworks-av-media-libaaudio
Change-Id: I782b56cc0f48570fc18461fc8d828c97593674d2
parent 99d245b0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@
#include "aaudio/AAudioTesting.h"
#include <fuzzer/FuzzedDataProvider.h>

#include <functional>

constexpr int32_t kRandomStringLength = 256;
constexpr int32_t kMaxRuns = 100;
constexpr int64_t kNanosPerMillisecond = 1000 * 1000;