diff options
| author | Florent Castelli <florent.castelli@gmail.com> | 2017-01-24 02:44:10 +0100 |
|---|---|---|
| committer | Florent Castelli <florent.castelli@gmail.com> | 2017-01-24 03:31:51 +0100 |
| commit | a7bf9271b5b213e50ea6d3d95265388373f99d26 (patch) | |
| tree | 092916847b7815e25de01b26932a1fef2a14699c /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | c649bf104b486202b092dd316f6e6677ddf87ea3 (diff) | |
Fix missing includes
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> |
