
14 Jun
2009
14 Jun
'09
10:01 p.m.
Module: ppl/ppl Branch: pip Commit: b898fa650b74f2bafcca8a7ae98906ef5e6e1332 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b898fa650b74f...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Jun 14 22:01:21 2009 +0200
Include "globals.defs.hh"
---
src/PIP_Tree.defs.hh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/PIP_Tree.defs.hh b/src/PIP_Tree.defs.hh index 0769831..3c7562c 100644 --- a/src/PIP_Tree.defs.hh +++ b/src/PIP_Tree.defs.hh @@ -26,6 +26,7 @@ site: http://www.cs.unipr.it/ppl/ . */ #include "PIP_Tree.types.hh" #include "Constraint_System.types.hh" #include "PIP_Problem.types.hh" +#include "globals.defs.hh"
namespace Parma_Polyhedra_Library {