summaryrefslogtreecommitdiffstats
path: root/Components/src/ShadowMapManager.cpp
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-29 16:57:23 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-29 16:57:23 +0000
commit0a3c56f054c4c9ace10ef2248adaafded7fc9d84 (patch)
tree2669ca1e07e4d4e788f90ee89d79412dece0b2f1 /Components/src/ShadowMapManager.cpp
parentUpdates to comply with the new API (diff)
downloadDiligentFX-0a3c56f054c4c9ace10ef2248adaafded7fc9d84.tar.gz
DiligentFX-0a3c56f054c4c9ace10ef2248adaafded7fc9d84.zip
Fixed issue with FLT_MAX
Diffstat (limited to 'Components/src/ShadowMapManager.cpp')
-rw-r--r--Components/src/ShadowMapManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Components/src/ShadowMapManager.cpp b/Components/src/ShadowMapManager.cpp
index 2bcb873..b8690f5 100644
--- a/Components/src/ShadowMapManager.cpp
+++ b/Components/src/ShadowMapManager.cpp
@@ -25,6 +25,8 @@
* of the possibility of such damages.
*/
+#include <cfloat>
+
#include "ShadowMapManager.h"
#include "AdvancedMath.hpp"
#include "../../../Utilities/include/DiligentFXShaderSourceStreamFactory.h"