* 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
|
|
@ -22,6 +22,7 @@
|
|||
# define SPOT_MISC_INTVCMP2_HH
|
||||
|
||||
#include <vector>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
# define SPOT_MISC_INTVCOMP_HH
|
||||
|
||||
#include <vector>
|
||||
#include <stddef.h>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue