
Module: ppl/ppl Branch: pip Commit: b690470bc18cd1a98dbea3e51ba0dbee25e805b8 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b690470bc18cd...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Jun 14 22:01:02 2009 +0200
Include "PIP_Tree.defs.hh".
---
src/PIP_Problem.defs.hh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/PIP_Problem.defs.hh b/src/PIP_Problem.defs.hh index 6dbb414..ab8e26d 100644 --- a/src/PIP_Problem.defs.hh +++ b/src/PIP_Problem.defs.hh @@ -30,6 +30,7 @@ site: http://www.cs.unipr.it/ppl/ . */ #include "Constraint_System.types.hh" #include "Generator.defs.hh" #include "Variables_Set.defs.hh" +#include "PIP_Tree.defs.hh" #include <vector> #include <deque> #include <iosfwd>