]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/real.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / flower / real.cc
index a043b98f4f04873a2331faf5146adca6ce7eef9f..20d8069669a6d0a6d709fb4c9d801826aba29cb1 100644 (file)
@@ -1,4 +1,11 @@
-#include <math.h>
 #include "real.hh"
 
+#include <cmath>
+using namespace std;
+
+#ifdef INFINITY
+const Real infinity_f = INFINITY;
+#else
 const Real infinity_f = HUGE_VAL;
+#endif
+