diff options
author | Chris Robinson <[email protected]> | 2023-05-12 16:01:06 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-12 16:20:49 -0700 |
commit | 72f02418e505a192c0cc7b27cd7b3aa28a7a03ec (patch) | |
tree | 674a2c9cdde55d0863fb0ff179c9671aac234f00 /alc/backends/opensl.cpp | |
parent | ed0b4d78563a9d15c9a2a7b091058c2ac580b266 (diff) |
Clean up some more includes
Diffstat (limited to 'alc/backends/opensl.cpp')
-rw-r--r-- | alc/backends/opensl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/backends/opensl.cpp b/alc/backends/opensl.cpp index 0c2936b2..c9053816 100644 --- a/alc/backends/opensl.cpp +++ b/alc/backends/opensl.cpp @@ -26,9 +26,10 @@ #include <stdlib.h> #include <jni.h> -#include <new> #include <array> #include <cstring> +#include <mutex> +#include <new> #include <thread> #include <functional> |