diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 16:56:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 16:56:59 +0000 |
| commit | c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7 (patch) | |
| tree | 764651f4fdebd14fb1e5758da663e65690641ab8 /AssetLoader/interface | |
| parent | Updates to comply with the new API (diff) | |
| download | DiligentTools-c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7.tar.gz DiligentTools-c6ebeeb0fb6a9c57fd336aad16fcdc0b597e50b7.zip | |
Fixed a bunch of minor Linux/iOS/MacOS build issues
Diffstat (limited to 'AssetLoader/interface')
| -rw-r--r-- | AssetLoader/interface/GLTFLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h index b5f9036..5996999 100644 --- a/AssetLoader/interface/GLTFLoader.h +++ b/AssetLoader/interface/GLTFLoader.h @@ -29,6 +29,7 @@ #include <vector> #include <memory> +#include <cfloat> #include "../../../DiligentCore/Graphics/GraphicsEngine/interface/RenderDevice.h" #include "../../../DiligentCore/Graphics/GraphicsEngine/interface/DeviceContext.h" |
