aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/winmm.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-08-11 18:50:07 -0700
committerChris Robinson <[email protected]>2019-08-11 18:50:07 -0700
commite200569cd319448d12099f27a2713c69da382d26 (patch)
tree5475e5aa20505bd403b46053321dd2d6a019ac5d /alc/backends/winmm.cpp
parent7118733458bc388a900677da6e0d4e4244d0f536 (diff)
Move the wstr converters to a separate header
Diffstat (limited to 'alc/backends/winmm.cpp')
-rw-r--r--alc/backends/winmm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/backends/winmm.cpp b/alc/backends/winmm.cpp
index cd32e95b..b6787a24 100644
--- a/alc/backends/winmm.cpp
+++ b/alc/backends/winmm.cpp
@@ -40,6 +40,7 @@
#include "alcmain.h"
#include "alu.h"
#include "ringbuffer.h"
+#include "strutils.h"
#include "threads.h"
#include "compat.h"