summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureDecoder_Common.cpp
diff options
context:
space:
mode:
authorMatthew Parlane <parlane@gmail.com>2015-04-28 15:41:31 +1200
committerMatthew Parlane <parlane@gmail.com>2015-04-28 15:41:31 +1200
commit1634f989532ababfbbdaca01e2486733e99883fd (patch)
tree8a2922cc62dd5717a4c60cc7311812d15c539d9c /Source/Core/VideoCommon/TextureDecoder_Common.cpp
parent5091a183691ce2e69431c13a5dfe23288c52e823 (diff)
parent8e59987d4697918f7779e252901b38d8dc0db3ef (diff)
Merge pull request #2335 from lioncash/header
TextureDecoder_Common: Add missing algorithm include
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Common.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureDecoder_Common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Common.cpp b/Source/Core/VideoCommon/TextureDecoder_Common.cpp
index 128fbfe9f3..47a6a02c4d 100644
--- a/Source/Core/VideoCommon/TextureDecoder_Common.cpp
+++ b/Source/Core/VideoCommon/TextureDecoder_Common.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
+#include <algorithm>
#include <cmath>
#include "Common/Common.h"