Skip to content

Commit 9b52189

Browse files
author
jef
committedMar 2, 2009

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/plugins/interpolation/qgsinterpolator.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
#include "qgsinterpolator.h"
1919
#include "qgsvectordataprovider.h"
2020
#include "qgsgeometry.h"
21+
#ifndef Q_OS_MACX
2122
#include <cmath>
23+
#else
24+
#include <math.h>
25+
#endif
2226
#ifdef _MSC_VER
2327
#include <float.h>
2428
#define isnan(f) _isnan(f)

0 commit comments

Comments
 (0)
Please sign in to comment.