* 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

@ -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
{