浏览代码

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

Robert MacGregor 4 年之前
父节点
当前提交
cf9d15a9d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 #define INCLUDED_TYPES_VISUALC_H
 
+#include <stdlib.h>
 
 // For more information on VisualC++ predefined macros
 // http://support.microsoft.com/default.aspx?scid=kb;EN-US;q65472