diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2017-01-24 14:35:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-24 14:35:05 +0100 |
| commit | 63f56ccd023af0ffeb7bac64e9c91b86760d5aa3 (patch) | |
| tree | 91e66333eb3c2bdf50b37f06199b9901cd6c9110 /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | 221be63cb4b8615f3b889807cefb0d84a8211d61 (diff) | |
| parent | 803ea7b14365c05b437dfb616c7c4cc1b891ba16 (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.cpp | 1 |
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> |
