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
1f19198d
Commit
1f19198d
authored
Jan 16, 2010
by
Guillaume Sadegh
Browse files
[LBTT] Add a missing include.
* src/translate.cc: exit(2) requires cstdlib.
parent
beb37445
Changes
2
Hide whitespace changes
Inline
Side-by-side
lbtt/ChangeLog
View file @
1f19198d
2010-01-16 Guillaume Sadegh <sadegh@lrde.epita.fr>
Add a missing include.
* src/translate.cc: exit(2) requires cstdlib.
2009-11-26 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix generation of random formulae on 64bits systems.
...
...
lbtt/src/translate.cc
View file @
1f19198d
...
...
@@ -19,6 +19,7 @@
#include
<config.h>
#include
<csignal>
#include
<cstdlib>
#include
<fstream>
#include
<iostream>
#include
"Exception.h"
...
...
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