diff options
author | Chris Robinson <[email protected]> | 2023-06-01 17:31:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-06-01 17:31:31 -0700 |
commit | c200eb73a7cf47dbd1a4a3785be471adfb3513d8 (patch) | |
tree | a2a3dea089d1bdceac7d1d5db2ff5bf831e47855 /alc/backends/winmm.cpp | |
parent | 650a14631226b1b9423c961b1f53b5db673cc88f (diff) |
Move althrd_setname to its own source
Diffstat (limited to 'alc/backends/winmm.cpp')
-rw-r--r-- | alc/backends/winmm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/backends/winmm.cpp b/alc/backends/winmm.cpp index 0345fe10..fa5bf22a 100644 --- a/alc/backends/winmm.cpp +++ b/alc/backends/winmm.cpp @@ -39,6 +39,7 @@ #include <functional> #include "alnumeric.h" +#include "althrd_setname.h" #include "core/device.h" #include "core/helpers.h" #include "core/logging.h" |