diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2014-09-18 23:17:41 -0500 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2014-09-19 18:17:51 -0400 |
| commit | 46057db37d086c47ff6c69f200f66648fa0e6c84 (patch) | |
| tree | ed88ce91ba218a71515fbab719f1a155bba217ef /Source/Core/VideoCommon/TextureDecoder_Common.cpp | |
| parent | bd740ae9c7e088c356e337a2793a90c4ba0d3907 (diff) | |
Fix build failing when disabling precompiled headers.
Diffstat (limited to 'Source/Core/VideoCommon/TextureDecoder_Common.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureDecoder_Common.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/TextureDecoder_Common.cpp b/Source/Core/VideoCommon/TextureDecoder_Common.cpp index eb9089a33f..71e801afe7 100644 --- a/Source/Core/VideoCommon/TextureDecoder_Common.cpp +++ b/Source/Core/VideoCommon/TextureDecoder_Common.cpp @@ -2,6 +2,10 @@ // Licensed under GPLv2 // Refer to the license.txt file included. +#include <cmath> + +#include "Common/Common.h" + #include "VideoCommon/LookUpTables.h" #include "VideoCommon/sfont.inc" #include "VideoCommon/TextureDecoder.h" |
