diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-20 05:41:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-20 05:41:39 +0000 |
| commit | 45ca3b1c4cfcf791c5884697f18ff96da77a2cdc (patch) | |
| tree | 9143b7e6945d5fbfa5039bd8d09770c156339e4f /Graphics/GraphicsEngine | |
| parent | Fixed file paths ('\' -> '/') to fix Android build on linux (diff) | |
| download | DiligentCore-45ca3b1c4cfcf791c5884697f18ff96da77a2cdc.tar.gz DiligentCore-45ca3b1c4cfcf791c5884697f18ff96da77a2cdc.zip | |
Enabling linux build (in progress)
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/Sampler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/interface/Sampler.h b/Graphics/GraphicsEngine/interface/Sampler.h index a36eeae0..bc8a649d 100644 --- a/Graphics/GraphicsEngine/interface/Sampler.h +++ b/Graphics/GraphicsEngine/interface/Sampler.h @@ -26,6 +26,7 @@ /// \file /// Definition of the Diligent::ISampler interface and related data structures +#include <cfloat> #include "DeviceObject.h" namespace Diligent |
