[PPL-devel] [GIT] ppl/ppl(floating_point): Inclusions of <cmath> fixed.

Roberto Bagnara bagnara at cs.unipr.it
Tue Nov 16 18:41:48 CET 2010


Module: ppl/ppl
Branch: floating_point
Commit: b54b6858aa0f2e5825a24a8ce9662f3c170c8a4f
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b54b6858aa0f2e5825a24a8ce9662f3c170c8a4f

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Nov 16 18:41:21 2010 +0100

Inclusions of <cmath> fixed.

---

 src/Float.templates.hh       |    2 +-
 src/Linear_Form.templates.hh |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Float.templates.hh b/src/Float.templates.hh
index fe7219c..8560530 100644
--- a/src/Float.templates.hh
+++ b/src/Float.templates.hh
@@ -24,9 +24,9 @@ site: http://www.cs.unipr.it/ppl/ . */
 #ifndef PPL_Float_templates_hh
 #define PPL_Float_templates_hh 1
 
-#include <cmath>
 #include "Variable.defs.hh"
 #include "Linear_Form.defs.hh"
+#include <cmath>
 
 namespace Parma_Polyhedra_Library {
 
diff --git a/src/Linear_Form.templates.hh b/src/Linear_Form.templates.hh
index 40ba132..32fb9cc 100644
--- a/src/Linear_Form.templates.hh
+++ b/src/Linear_Form.templates.hh
@@ -28,6 +28,7 @@ site: http://www.cs.unipr.it/ppl/ . */
 #include "Box.defs.hh"
 #include <stdexcept>
 #include <iostream>
+#include <cmath>
 
 namespace Parma_Polyhedra_Library {
 




More information about the PPL-devel mailing list