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:
parent
27be6e88bc
commit
3e39109b0e
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
# include <iostream>
|
||||
# include <cstring>
|
||||
# include <memory>
|
||||
|
||||
/*
|
||||
* This is a state flag that determines whether an elaborate_net must
|
||||
|
|
|
|||
Loading…
Reference in New Issue