diff options
author | Chris Robinson <[email protected]> | 2021-04-26 07:56:00 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-26 08:04:50 -0700 |
commit | 22a8ebff8094785ec53aadef8489dc60f6939d55 (patch) | |
tree | d5297c7fa444e1ac3e2980a2d49cae50f041ddc3 /alc/alcontext.h | |
parent | 2479483645bf719233fa5d39bc91682f12d71350 (diff) |
Move GetChannelIdxByName and clean up some more includes
Diffstat (limited to 'alc/alcontext.h')
-rw-r--r-- | alc/alcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alcontext.h b/alc/alcontext.h index 3c368a64..b1b41e76 100644 --- a/alc/alcontext.h +++ b/alc/alcontext.h @@ -18,6 +18,7 @@ #include "alnumeric.h" #include "alu.h" #include "atomic.h" +#include "core/bufferline.h" #include "inprogext.h" #include "intrusive_ptr.h" #include "threads.h" |