Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ced733e4
Commit
ced733e4
authored
May 16, 2011
by
Alexandre Duret-Lutz
Browse files
* src/misc/intvcomp.hh, src/misc/intvcmp2.hh: Include stddef.h for
size_t.
parent
3752c391
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ced733e4
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.
...
...
src/misc/intvcmp2.hh
View file @
ced733e4
...
...
@@ -22,6 +22,7 @@
# define SPOT_MISC_INTVCMP2_HH
#include
<vector>
#include
<stddef.h>
namespace
spot
{
...
...
src/misc/intvcomp.hh
View file @
ced733e4
...
...
@@ -22,6 +22,7 @@
# define SPOT_MISC_INTVCOMP_HH
#include
<vector>
#include
<stddef.h>
namespace
spot
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment