From 7c9a5cdb64e92f711e8f56644da89ab7d3dc146a Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 15 Dec 2020 17:14:13 -0800 Subject: Fixed 32-bit Windows build errors --- Graphics/GraphicsEngine/src/TextureBase.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Graphics/GraphicsEngine') 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 + #include "DeviceContext.h" #include "GraphicsAccessories.hpp" -- cgit v1.2.3