* src/tgbaalgos/magic.cc, src/tgbaalgos/reachiter.cc: Include cassert.

* iface/Makefile.am (SUBDIRS): Recurse in gspn only if condition
WITH_GSPN.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-31 11:47:21 +00:00
parent e78ffdc462
commit baa7a6f258
4 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#include <iterator>
#include <cassert>
#include "magic.hh"
#include "tgba/bddprint.hh"

View file

@ -1,3 +1,4 @@
#include <cassert>
#include "reachiter.hh"
namespace spot