Browse Source

Fixed missing include for atoi().

Huy Nguyen 8 years ago
parent
commit
3db26b4fad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Urho3D/Core/ProcessUtils.cpp

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

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