Compiling Foundation library with POCO_NO_FPENVIRONMENT in Config.h fails #1905

This commit is contained in:
Aleksandar Fabijanic 2017-10-06 23:58:17 -05:00 committed by GitHub
parent c537d15b7c
commit 17e9a335af

View File

@ -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 {