diff options
Diffstat (limited to 'alc/effects/base.h')
-rw-r--r-- | alc/effects/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/effects/base.h b/alc/effects/base.h index 6aa0f9e9..e662d69c 100644 --- a/alc/effects/base.h +++ b/alc/effects/base.h @@ -8,7 +8,7 @@ #include "almalloc.h" #include "alspan.h" #include "atomic.h" -#include "buffer_formats.h" +#include "buffer_storage.h" #include "intrusive_ptr.h" struct ALeffectslot; |