From cf9d15a9d48bed4c3174dfaa7156778448d4ea8b Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Fri, 8 Oct 2021 17:23:16 -0400 Subject: [PATCH] * BugFix: Correct a Windows compilation error in the endian swap code due to a missing include. --- Engine/source/platform/types.visualc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/platform/types.visualc.h b/Engine/source/platform/types.visualc.h index 1b62da721..2be0e51b3 100644 --- a/Engine/source/platform/types.visualc.h +++ b/Engine/source/platform/types.visualc.h @@ -23,6 +23,7 @@ #ifndef INCLUDED_TYPES_VISUALC_H #define INCLUDED_TYPES_VISUALC_H +#include // For more information on VisualC++ predefined macros // http://support.microsoft.com/default.aspx?scid=kb;EN-US;q65472