diff options
Diffstat (limited to 'alc/converter.cpp')
-rw-r--r-- | alc/converter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/converter.cpp b/alc/converter.cpp index 38b8bedb..f20a348e 100644 --- a/alc/converter.cpp +++ b/alc/converter.cpp @@ -14,6 +14,9 @@ #include "fpu_ctrl.h" #include "mixer/defs.h" +struct CTag; +struct CopyTag; + namespace { |