From 59645dbf9addb93ac3282842201a33ea11d136fc Mon Sep 17 00:00:00 2001 From: Eddie Stubbington Date: Fri, 22 Sep 2023 00:33:16 +0100 Subject: [PATCH] Fixing compile error on Unreal 5.3 --- Source/ImGui/Private/TextureManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ImGui/Private/TextureManager.cpp b/Source/ImGui/Private/TextureManager.cpp index 0a062f7..4343014 100644 --- a/Source/ImGui/Private/TextureManager.cpp +++ b/Source/ImGui/Private/TextureManager.cpp @@ -1,7 +1,7 @@ // Distributed under the MIT License (MIT) (see accompanying LICENSE file) #include "TextureManager.h" - +#include "RHITypes.h" #include #include