* src/misc/ltstr.hh: Include <functional>
This commit is contained in:
parent
a5e9fb9df4
commit
e812e1926f
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2005-02-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/misc/ltstr.hh: Include <functional>
|
||||||
|
|
||||||
2005-02-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2005-02-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbatest/randtgba.cc (stat_collector): New class, replacing...
|
* src/tgbatest/randtgba.cc (stat_collector): New class, replacing...
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,8 @@
|
||||||
#ifndef SPOT_MISC_LTSTR_HH
|
#ifndef SPOT_MISC_LTSTR_HH
|
||||||
# define SPOT_MISC_LTSTR_HH
|
# define SPOT_MISC_LTSTR_HH
|
||||||
|
|
||||||
#include <cstring>
|
# include <cstring>
|
||||||
|
# include <functional>
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue