[PPL-devel] [GIT] ppl/ppl(floating_point): Fixed iostream inclusion.

Fabio Bossi bossi at cs.unipr.it
Wed Jul 21 14:35:35 CEST 2010


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

Author: Fabio Bossi <bossi at cs.unipr.it>
Date:   Wed Jul 21 14:35:04 2010 +0200

Fixed iostream inclusion.

---

 src/Concrete_Expression.cc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/Concrete_Expression.cc b/src/Concrete_Expression.cc
index b06e439..e2416fd 100644
--- a/src/Concrete_Expression.cc
+++ b/src/Concrete_Expression.cc
@@ -21,9 +21,7 @@ For the most up-to-date information see the Parma Polyhedra Library
 site: http://www.cs.unipr.it/ppl/ . */
 
 #include <ppl-config.h>
-#ifndef NDEBUG
-#include <stdio>
-#endif
+#include <iostream>
 
 #include "Concrete_Expression.defs.hh"
 




More information about the PPL-devel mailing list