* src/bddtest.cxx: Include <cstdlib> to compile with g++-4.3.
This commit is contained in:
parent
ab1a2ae5d7
commit
f217ff374c
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-03-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/bddtest.cxx: Include <cstdlib> to compile with g++-4.3.
|
||||
|
||||
2007-09-19 Alexandre Duret-Lutz <adl@gnu.org>
|
||||
|
||||
* src/kernel.c (bdd_default_gbchandler): Log garbage collection to
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*========================================================================
|
||||
Copyright (C) 1996-2002 by Jorn Lind-Nielsen
|
||||
Copyright (C) 1996-2002, 2008 by Jorn Lind-Nielsen
|
||||
All rights reserved
|
||||
|
||||
Permission is hereby granted, without written agreement and without
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
========================================================================*/
|
||||
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
#include "bdd.h"
|
||||
#include "bvec.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue