aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-12-16 00:50:50 -0800
committerChris Robinson <[email protected]>2020-12-16 00:50:50 -0800
commit5ad28f8cbaa52f3f6bf4c4cdbfbdbeb3087020e1 (patch)
tree261f7e6cd9e1564aeb3ee4b7dd62a15ab38cae63 /alc/alu.cpp
parentf38919eeccf4d484bba756af17c45bc84c4fb2e6 (diff)
Move VoiceChange to a separate header
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 007a328b..36113b80 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -77,6 +77,7 @@
#include "threads.h"
#include "vecmat.h"
#include "voice.h"
+#include "voice_change.h"
struct CTag;
#ifdef HAVE_SSE