[GIT] ppl/ppl(floating_point): Restored inclusion of Polyhedron.defs. hh to allow

Module: ppl/ppl Branch: floating_point Commit: 608cd868519a4b228aea86441b5bb25d0ee4fcf5 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=608cd868519a4...
Author: Fabio Bossi bossi@cs.unipr.it Date: Thu Jul 22 15:31:36 2010 +0200
Restored inclusion of Polyhedron.defs.hh to allow compilation of Grid_public.cc.
---
src/Grid.defs.hh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Grid.defs.hh b/src/Grid.defs.hh index bf4e617..4ee26be 100644 --- a/src/Grid.defs.hh +++ b/src/Grid.defs.hh @@ -40,7 +40,7 @@ site: http://www.cs.unipr.it/ppl/ . */ #include "Poly_Gen_Relation.defs.hh" #include "Grid_Certificate.types.hh" #include "Box.types.hh" -#include "Polyhedron.types.hh" +#include "Polyhedron.defs.hh" #include "BD_Shape.types.hh" #include "Octagonal_Shape.types.hh" #include <vector>
participants (1)
-
Fabio Bossi