浏览代码

Fixed missing include for atoi().

Huy Nguyen 8 年之前
父节点
当前提交
3db26b4fad
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/Urho3D/Core/ProcessUtils.cpp

+ 1 - 0
Source/Urho3D/Core/ProcessUtils.cpp

@@ -26,6 +26,7 @@
 #include "../IO/FileSystem.h"
 
 #include <cstdio>
+#include <cstdlib>
 #include <fcntl.h>
 
 #ifdef __APPLE__