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

Roberto Bagnara bagnara at cs.unipr.it
Sat May 5 14:08:53 CEST 2012


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

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 748f6dc..8250d63 100644
--- a/src/globals.inlines.hh
+++ b/src/globals.inlines.hh
@@ -24,12 +24,13 @@ 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 <istream>
 #include <ostream>
 #include <cctype>
-#include "compiler.hh"
+#include <stdexcept>
 
 namespace Parma_Polyhedra_Library {
 




More information about the PPL-devel mailing list