aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alc.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-05-01 17:11:49 -0700
committerChris Robinson <[email protected]>2023-05-01 17:11:49 -0700
commitbb08a416f1b0e31292b896f2f8845e365daee6b1 (patch)
tree065c1ec74167265451fd3396b7557be22f962c16 /alc/alc.cpp
parent89f67ad6f9878ecfb48b49ce0dd69b9ecb065d0b (diff)
Put the debug filters into a group
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r--alc/alc.cpp1
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"