Fix g++ 4.3.x build
This commit is contained in:
parent
32c4dfc7ee
commit
53063818f8
@ -30,7 +30,7 @@
|
|||||||
#include <gutlmisc.h>
|
#include <gutlmisc.h>
|
||||||
#include <gfilutil.h>
|
#include <gfilutil.h>
|
||||||
#include <gdbgerr.h>
|
#include <gdbgerr.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <gdbgtrk.h>
|
#include <gdbgtrk.h>
|
||||||
#include <gmemdbg.h>
|
#include <gmemdbg.h>
|
||||||
#include <glog.h>
|
#include <glog.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
#include <gstrall.h>
|
#include <gstrall.h>
|
||||||
#include <gfilutil.h>
|
#include <gfilutil.h>
|
||||||
#include <gfile.h>
|
#include <gfile.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#if defined(__MINGW32__) || defined(_MSC_VER)
|
#if defined(__MINGW32__) || defined(_MSC_VER)
|
||||||
#include <sys/utime.h>
|
#include <sys/utime.h>
|
||||||
|
@ -32,7 +32,8 @@
|
|||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <gstrall.h>
|
#include <gstrall.h>
|
||||||
#include <gftnnl.h>
|
#include <gftnnl.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include <gfilutil.h>
|
#include <gfilutil.h>
|
||||||
#include <gstrall.h>
|
#include <gstrall.h>
|
||||||
#include <gftnnlfd.h>
|
#include <gftnnlfd.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include <gmemdbg.h>
|
#include <gmemdbg.h>
|
||||||
#include <gstrall.h>
|
#include <gstrall.h>
|
||||||
#include <gftnnlge.h>
|
#include <gftnnlge.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
// ------------------------------------------------------------------
|
// ------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user