diff options
author | Chris Robinson <[email protected]> | 2019-08-11 18:50:07 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-08-11 18:50:07 -0700 |
commit | e200569cd319448d12099f27a2713c69da382d26 (patch) | |
tree | 5475e5aa20505bd403b46053321dd2d6a019ac5d /alc/alc.cpp | |
parent | 7118733458bc388a900677da6e0d4e4244d0f536 (diff) |
Move the wstr converters to a separate header
Diffstat (limited to 'alc/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index c1989913..adead648 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -85,6 +85,7 @@ #include "mastering.h" #include "opthelpers.h" #include "ringbuffer.h" +#include "strutils.h" #include "threads.h" #include "uhjfilter.h" #include "vecmat.h" |