summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-12-16 01:14:13 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-12-16 01:14:13 +0000
commit7c9a5cdb64e92f711e8f56644da89ab7d3dc146a (patch)
tree4d81ee0eeedbcddb70eaea125b58cb77019cabe1 /Graphics/GraphicsEngine
parentD3D12: moved ray tracing constants to RenderDeviceD3D12Impl::Properties (diff)
downloadDiligentCore-7c9a5cdb64e92f711e8f56644da89ab7d3dc146a.tar.gz
DiligentCore-7c9a5cdb64e92f711e8f56644da89ab7d3dc146a.zip
Fixed 32-bit Windows build errors
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/src/TextureBase.cpp3
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"