FPEnvironment, changed <math.h> to <cmath>

This commit is contained in:
Alex 2013-06-16 11:12:32 -05:00
parent 6a8f98d7a1
commit c49f9ecfd0

View File

@ -42,7 +42,7 @@
#include "Poco/Foundation.h"
#include <fenv.h>
#include <math.h>
#include <cmath>
namespace Poco {