]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/real.hh
*** empty log message ***
[lilypond.git] / flower / include / real.hh
index 598c35199a5c095824dcc3fd399bd82f91211d90..c564953430bcfd0b9d2c768e48a66d3776853561 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef REAL_HH
 
 #include <algorithm>
 #include <climits>
-#include <cmath>
+
+/*
+  MacOS 10.3 uses g++ 3.3 which doesn't have std::isinf()
+ */
+// #include <cmath>
+#include <math.h>
 using namespace std;