mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
SF items 1951604 and 1953551
[1951604] POCO refuses to compile with g++ 4.3.0 [1953551] Solaris Sun Studio 12 Apache stdcxx 64 bit Warning: compile with target platforms not done yet!
This commit is contained in:
@@ -38,6 +38,11 @@
|
||||
#include "Poco/ThreadTarget.h"
|
||||
#include "Poco/Event.h"
|
||||
#include <iostream>
|
||||
#if defined(__sun) && defined(__SVR4)
|
||||
#define __EXTENSIONS__
|
||||
#include <limits.h>
|
||||
#endif
|
||||
|
||||
|
||||
using Poco::Thread;
|
||||
using Poco::Runnable;
|
||||
|
||||
Reference in New Issue
Block a user