* src/misc/ltstr.hh: Include <functional>

This commit is contained in:
Alexandre Duret-Lutz 2005-02-05 10:18:31 +00:00
parent a5e9fb9df4
commit e812e1926f
2 changed files with 6 additions and 1 deletions

View file

@ -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>
* src/tgbatest/randtgba.cc (stat_collector): New class, replacing...

View file

@ -22,7 +22,8 @@
#ifndef SPOT_MISC_LTSTR_HH
# define SPOT_MISC_LTSTR_HH
#include <cstring>
# include <cstring>
# include <functional>
namespace spot
{