* src/misc/intvcomp.hh, src/misc/intvcmp2.hh: Include stddef.h for
size_t.
This commit is contained in:
parent
3752c3918e
commit
ced733e4da
3 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
2011-05-05 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
* src/misc/intvcmp2.cc: Cosmetics to please sanity checks.
|
* src/misc/intvcmp2.cc: Cosmetics to please sanity checks.
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
# define SPOT_MISC_INTVCMP2_HH
|
# define SPOT_MISC_INTVCMP2_HH
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@
|
||||||
# define SPOT_MISC_INTVCOMP_HH
|
# define SPOT_MISC_INTVCOMP_HH
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue