diff options
Diffstat (limited to 'alc/fmt_traits.h')
-rw-r--r-- | alc/fmt_traits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/fmt_traits.h b/alc/fmt_traits.h index c3bf5fa5..9d2a2567 100644 --- a/alc/fmt_traits.h +++ b/alc/fmt_traits.h @@ -5,7 +5,7 @@ #include <cstdint> #include "albyte.h" -#include "buffer_formats.h" +#include "buffer_storage.h" namespace al { |