mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
FPEnvironment, changed <math.h> to <cmath>
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include "Poco/Foundation.h"
|
#include "Poco/Foundation.h"
|
||||||
#include <fenv.h>
|
#include <fenv.h>
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|||||||
Reference in New Issue
Block a user