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/alconfig.cpp | |
parent | 7118733458bc388a900677da6e0d4e4244d0f536 (diff) |
Move the wstr converters to a separate header
Diffstat (limited to 'alc/alconfig.cpp')
-rw-r--r-- | alc/alconfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alconfig.cpp b/alc/alconfig.cpp index e7632ef7..f6190b58 100644 --- a/alc/alconfig.cpp +++ b/alc/alconfig.cpp @@ -47,6 +47,7 @@ #include "alcmain.h" #include "logging.h" +#include "strutils.h" #include "compat.h" |