diff options
author | Chris Robinson <[email protected]> | 2020-04-13 23:19:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-04-13 23:27:56 -0700 |
commit | 02d7fbfa0c3a24457b199688f9e6672ea253be14 (patch) | |
tree | 70805b41f126c3a465d66745a4e7e30f3394e10d /alc/backends/opensl.cpp | |
parent | 1d8ac4d61f5717c02e253a741175b037db97de4e (diff) |
Use standard attribute declarations
Diffstat (limited to 'alc/backends/opensl.cpp')
-rw-r--r-- | alc/backends/opensl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/backends/opensl.cpp b/alc/backends/opensl.cpp index ad85e5fb..83054121 100644 --- a/alc/backends/opensl.cpp +++ b/alc/backends/opensl.cpp @@ -37,6 +37,7 @@ #include "alu.h" #include "compat.h" #include "endiantest.h" +#include "logging.h" #include "ringbuffer.h" #include "threads.h" |