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-12 07:41:16 -08:00
committed by Stephen Williams
parent 27be6e88bc
commit 3e39109b0e
+1
View File
@@ -29,6 +29,7 @@
# include <iostream>
# include <cstring>
# include <memory>
/*
* This is a state flag that determines whether an elaborate_net must