switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()

This commit is contained in:
Dick Hollenbeck
2012-09-21 12:02:54 -05:00
parent 5be15bed82
commit 38e5d961f6
22 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
* or you may write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <math.h>
#include <cmath>
// For some unknown reasons, polygon.hpp shoul be included first
#include <boost/polygon/polygon.hpp>
@@ -30,7 +30,7 @@
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <math.h>
#include <cmath>
#include <vector>
#include <potracelib.h>