[PPL-devel] [GIT] ppl/ppl(ppl-0_12-branch): Added missing inclusion of <stdexcept>.

Roberto Bagnara bagnara at cs.unipr.it
Sat May 5 14:24:27 CEST 2012


Module: ppl/ppl
Branch: ppl-0_12-branch
Commit: ed687b7f8d4f4bf21d920a212354338a62148b40
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ed687b7f8d4f4bf21d920a212354338a62148b40

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sat May  5 14:08:00 2012 +0200

Added missing inclusion of <stdexcept>.

---

 src/globals.inlines.hh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/globals.inlines.hh b/src/globals.inlines.hh
index 7832558..2f500b2 100644
--- a/src/globals.inlines.hh
+++ b/src/globals.inlines.hh
@@ -24,10 +24,11 @@ site: http://bugseng.com/products/ppl/ . */
 #ifndef PPL_globals_inlines_hh
 #define PPL_globals_inlines_hh 1
 
+#include "compiler.hh"
 #include <limits>
 #include <cassert>
 #include <cctype>
-#include "compiler.hh"
+#include <stdexcept>
 
 namespace Parma_Polyhedra_Library {
 




More information about the PPL-devel mailing list