diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-12-16 01:14:13 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-12-16 01:14:13 +0000 |
| commit | 7c9a5cdb64e92f711e8f56644da89ab7d3dc146a (patch) | |
| tree | 4d81ee0eeedbcddb70eaea125b58cb77019cabe1 /Graphics/GraphicsEngine | |
| parent | D3D12: moved ray tracing constants to RenderDeviceD3D12Impl::Properties (diff) | |
| download | DiligentCore-7c9a5cdb64e92f711e8f56644da89ab7d3dc146a.tar.gz DiligentCore-7c9a5cdb64e92f711e8f56644da89ab7d3dc146a.zip | |
Fixed 32-bit Windows build errors
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/src/TextureBase.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngine/src/TextureBase.cpp b/Graphics/GraphicsEngine/src/TextureBase.cpp index 0ecfc538..323e56ea 100644 --- a/Graphics/GraphicsEngine/src/TextureBase.cpp +++ b/Graphics/GraphicsEngine/src/TextureBase.cpp @@ -26,6 +26,9 @@ */ #include "Texture.h" + +#include <algorithm> + #include "DeviceContext.h" #include "GraphicsAccessories.hpp" |
