* src/tgbaalgos/tau03opt.hh, src/tgbaalgos/tau03.hh: Include

misc/optionmap.hh.
This commit is contained in:
Alexandre Duret-Lutz 2005-02-20 22:19:15 +00:00
parent 89c33952c9
commit 7bbe3f5573
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-02-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/tau03opt.hh, src/tgbaalgos/tau03.hh: Include
misc/optionmap.hh.
2005-02-18 Alexandre Duret-Lutz <adl@src.lip6.fr>
* bench/emptchk/README: Document the file `algorithms'.

View file

@ -22,6 +22,8 @@
#ifndef SPOT_TGBAALGOS_TAU03_HH
# define SPOT_TGBAALGOS_TAU03_HH
#include "misc/optionmap.hh"
namespace spot
{
class tgba;

View file

@ -22,6 +22,8 @@
#ifndef SPOT_TGBAALGOS_TAU03OPT_HH
# define SPOT_TGBAALGOS_TAU03OPT_HH
#include "misc/optionmap.hh"
namespace spot
{
class tgba;