diff options
author | Chris Robinson <[email protected]> | 2018-11-01 08:17:23 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-01 08:17:23 -0700 |
commit | ccf356a03dbfc871f4d29cb03ef4d45f9842f5c2 (patch) | |
tree | db2dbf71ca7c535b54ac0c2ce45b4ee34d5bdfdc /Alc/backends/pulseaudio.cpp | |
parent | 95966c4d923483da81627abaf2419a48d6dd8bab (diff) |
Include a missing header for atomic
Diffstat (limited to 'Alc/backends/pulseaudio.cpp')
-rw-r--r-- | Alc/backends/pulseaudio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/backends/pulseaudio.cpp b/Alc/backends/pulseaudio.cpp index 136d7e75..439450cb 100644 --- a/Alc/backends/pulseaudio.cpp +++ b/Alc/backends/pulseaudio.cpp @@ -26,6 +26,7 @@ #include <array> #include <string> #include <vector> +#include <atomic> #include <thread> #include <algorithm> |