[GIT] ppl/ppl(ppl-0_12-branch): Added missing inclusion of <stdexcept>.
 
            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=ed687b7f8d4f4...
Author: Roberto Bagnara bagnara@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 {
participants (1)
- 
                 Roberto Bagnara Roberto Bagnara