Fix missing errno on PPC64 with GCC 4.8.5
parent
6cc763939e
commit
f5bce1ab8c
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <cerrno>
|
||||
|
||||
// Aggressive stack checking with VS2005 SP1 and above.
|
||||
#if (_MSC_FULL_VER >= 140050727)
|
||||
|
|
|
|||
Loading…
Reference in New Issue