diff options
author | Chris Robinson <[email protected]> | 2023-05-01 17:11:49 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-01 17:11:49 -0700 |
commit | bb08a416f1b0e31292b896f2f8845e365daee6b1 (patch) | |
tree | 065c1ec74167265451fd3396b7557be22f962c16 /alc/alc.cpp | |
parent | 89f67ad6f9878ecfb48b49ce0dd69b9ecb065d0b (diff) |
Put the debug filters into a group
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index 63654b1a..aa65222c 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -61,6 +61,7 @@ #include "al/auxeffectslot.h" #include "al/buffer.h" +#include "al/debug.h" #include "al/effect.h" #include "al/filter.h" #include "al/listener.h" |