mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-26 16:32:45 +01:00
Compiling Foundation library with POCO_NO_FPENVIRONMENT in Config.h fails #1905
This commit is contained in:
parent
c537d15b7c
commit
17e9a335af
@ -14,6 +14,7 @@
|
||||
|
||||
// pull in platform identification macros needed below
|
||||
#include "Poco/Platform.h"
|
||||
#include "Poco/FPEnvironment.h"
|
||||
|
||||
|
||||
#if defined(POCO_NO_FPENVIRONMENT)
|
||||
@ -33,11 +34,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
// header file must be included after platform-specific part
|
||||
// due to _XOPEN_SOURCE conflict on Tru64 (see FPEnvironment_DEC.cpp)
|
||||
#include "Poco/FPEnvironment.h"
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user