aboutsummaryrefslogtreecommitdiffstats
path: root/alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-09-23 19:23:33 -0700
committerChris Robinson <[email protected]>2019-09-23 19:23:33 -0700
commitbf31ce688a0674f4e2eef676872303db23e0d0e7 (patch)
treec5d2d1d3885cbc7db95b4c4903c21df44ba28832 /alc
parente01b32f8e02730b9e4474bbfcdbf2b88fc6c16f5 (diff)
Add a missing header for Android
Diffstat (limited to 'alc')
-rw-r--r--alc/helpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/helpers.cpp b/alc/helpers.cpp
index 1d534619..2d532db1 100644
--- a/alc/helpers.cpp
+++ b/alc/helpers.cpp
@@ -70,6 +70,7 @@
#include "alcmain.h"
#include "almalloc.h"
+#include "alfstream.h"
#include "alstring.h"
#include "compat.h"
#include "cpu_caps.h"