diff options
author | Chris Robinson <[email protected]> | 2020-12-27 16:14:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-12-27 16:14:11 -0800 |
commit | 62fa6a22773ca7d5bb8194c2ef59f82b69d27538 (patch) | |
tree | c05d793cf1515c99cd533ebcde755f544af3de8d /al/state.cpp | |
parent | ffa7d1b1a7132a00656eaf001f30441580e6a6a4 (diff) |
Avoid including voice.h in alcontext.h
Diffstat (limited to 'al/state.cpp')
-rw-r--r-- | al/state.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/state.cpp b/al/state.cpp index 026f2808..ae761fb8 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -43,6 +43,7 @@ #include "inprogext.h" #include "opthelpers.h" #include "strutils.h" +#include "voice.h" namespace { |