summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2017-01-24 14:35:05 +0100
committerGitHub <noreply@github.com>2017-01-24 14:35:05 +0100
commit63f56ccd023af0ffeb7bac64e9c91b86760d5aa3 (patch)
tree91e66333eb3c2bdf50b37f06199b9901cd6c9110 /Source/Core/AudioCommon/OpenALStream.cpp
parent221be63cb4b8615f3b889807cefb0d84a8211d61 (diff)
parent803ea7b14365c05b437dfb616c7c4cc1b891ba16 (diff)
Merge pull request #4741 from Orphis/cmake_cleanup
CMake cleanup
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
-rw-r--r--Source/Core/AudioCommon/OpenALStream.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp
index cdbe086450..aee276e691 100644
--- a/Source/Core/AudioCommon/OpenALStream.cpp
+++ b/Source/Core/AudioCommon/OpenALStream.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <climits>
#include <cstring>
#include <thread>