mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
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:
committed by
Stephen Williams
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
|
||||
|
||||
Reference in New Issue
Block a user