dottynips.cc, emptiness_check.cc: Include ctsdlib for exit()
This commit is contained in:
parent
dc0005f4e1
commit
994482ed2c
3 changed files with 5 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
// 02111-1307, USA.
|
||||
|
||||
#include <cstdlib>
|
||||
#include "nips.hh"
|
||||
#include "tgbaalgos/dotty.hh"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
// Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
// 02111-1307, USA.
|
||||
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
|
@ -126,4 +127,3 @@ main(int argc, char **argv)
|
|||
std::cerr << e << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue