Index: trunk/BNC/RTCM3/rtcm3.cpp
===================================================================
--- trunk/BNC/RTCM3/rtcm3.cpp	(revision 93)
+++ trunk/BNC/RTCM3/rtcm3.cpp	(revision 94)
@@ -16,7 +16,13 @@
  * -----------------------------------------------------------------------*/
 
+#include <math.h>
+
 #include "rtcm3.h"
 
 using namespace std;
+
+#ifndef isinf
+#  define isinf(x) 0
+#endif
 
 // Constructor
