Browse Source

* BugFix: Correct a Windows compilation error in the endian swap code due to a missing include.

Robert MacGregor 3 years ago
parent
commit
cf9d15a9d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/source/platform/types.visualc.h

+ 1 - 0
Engine/source/platform/types.visualc.h

@@ -23,6 +23,7 @@
 #ifndef INCLUDED_TYPES_VISUALC_H
 #ifndef INCLUDED_TYPES_VISUALC_H
 #define INCLUDED_TYPES_VISUALC_H
 #define INCLUDED_TYPES_VISUALC_H
 
 
+#include <stdlib.h>
 
 
 // For more information on VisualC++ predefined macros
 // For more information on VisualC++ predefined macros
 // http://support.microsoft.com/default.aspx?scid=kb;EN-US;q65472
 // http://support.microsoft.com/default.aspx?scid=kb;EN-US;q65472