* src/misc/intvcomp.hh, src/misc/intvcmp2.hh: Include stddef.h for

size_t.
This commit is contained in:
Alexandre Duret-Lutz 2011-05-16 16:18:49 +02:00
parent 3752c3918e
commit ced733e4da
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-05-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/intvcomp.hh, src/misc/intvcmp2.hh: Include stddef.h for
size_t.
2011-05-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/intvcmp2.cc: Cosmetics to please sanity checks.

View file

@ -22,6 +22,7 @@
# define SPOT_MISC_INTVCMP2_HH
#include <vector>
#include <stddef.h>
namespace spot
{

View file

@ -22,6 +22,7 @@
# define SPOT_MISC_INTVCOMP_HH
#include <vector>
#include <stddef.h>
namespace spot
{