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

Module: ppl/ppl Branch: floating_point Commit: 62fcf8c0d4beb9d94c555f6c0310a4030b5f2312 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=62fcf8c0d4beb...
Author: Fabio Bossi bossi@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"
participants (1)
-
Fabio Bossi