[LBTT] Add a missing include.
* src/translate.cc: exit(2) requires cstdlib.
This commit is contained in:
parent
beb3744581
commit
1f19198d2d
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <config.h>
|
||||
#include <csignal>
|
||||
#include <cstdlib>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include "Exception.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue