* src/tgbaalgos/tau03opt.cc: Fix a memory leak in the computation of
accepting runs * src/misc/timer.hh: Include cassert.
This commit is contained in:
parent
e9b260c081
commit
acfcade04a
3 changed files with 225 additions and 205 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#ifndef SPOT_MISC_TIMER_HH
|
||||
# define SPOT_MISC_TIMER_HH
|
||||
|
||||
# include <cassert>
|
||||
# include <iosfwd>
|
||||
# include <string>
|
||||
# include <map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue