diff options
author | Chris Robinson <[email protected]> | 2019-09-23 19:23:33 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-23 19:23:33 -0700 |
commit | bf31ce688a0674f4e2eef676872303db23e0d0e7 (patch) | |
tree | c5d2d1d3885cbc7db95b4c4903c21df44ba28832 /alc | |
parent | e01b32f8e02730b9e4474bbfcdbf2b88fc6c16f5 (diff) |
Add a missing header for Android
Diffstat (limited to 'alc')
-rw-r--r-- | alc/helpers.cpp | 1 |
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" |