Compatibility with gcc-4.3

Using auto_ptr in elab_net.cc (added in commit 15702f1, "Fix bad
memory reference." on 2008-11-28) requires #include <memory> when
compiling with gcc-4.3.
This commit is contained in:
Jared Casper 2008-12-11 21:27:46 -08:00 committed by Stephen Williams
parent 27be6e88bc
commit 3e39109b0e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
# include <iostream> # include <iostream>
# include <cstring> # include <cstring>
# include <memory>
/* /*
* This is a state flag that determines whether an elaborate_net must * This is a state flag that determines whether an elaborate_net must