Fix for linux build fail

This commit is contained in:
Uleat 2018-02-26 23:04:28 -05:00
parent 1e316102ea
commit 6f49a37914

View File

@ -22,6 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdio.h> #include <stdio.h>
#include <iomanip> #include <iomanip>
#include <stdarg.h> #include <stdarg.h>
#include <limits.h>
#ifdef _WINDOWS #ifdef _WINDOWS
#include <process.h> #include <process.h>