mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
fixed SF# 2630476: Thread_POSIX::setStackSize() failure with g++ 4.3
This commit is contained in:
parent
aaa3b1b274
commit
f67694e455
@ -42,8 +42,8 @@
|
||||
# if !defined(__EXTENSIONS__)
|
||||
# define __EXTENSIONS__
|
||||
# endif
|
||||
# include <limits.h>
|
||||
#endif
|
||||
#include <climits>
|
||||
|
||||
|
||||
//
|
||||
|
@ -41,8 +41,8 @@
|
||||
# if !defined(__EXTENSIONS__)
|
||||
# define __EXTENSIONS__
|
||||
# endif
|
||||
#include <limits.h>
|
||||
#endif
|
||||
#include <climits>
|
||||
|
||||
|
||||
using Poco::Thread;
|
||||
|
Loading…
x
Reference in New Issue
Block a user