Merge pull request #2335 from lioncash/header

TextureDecoder_Common: Add missing algorithm include
This commit is contained in:
Matthew Parlane 2015-04-28 15:41:31 +12:00
commit 1634f98953
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2
// Refer to the license.txt file included.
#include <algorithm>
#include <cmath>
#include "Common/Common.h"