updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / iverilog-legacy / headers.patch
blob03440538c5bc511ce8ad724cc2eb11e598087f4f
1 commit 3e39109b0ec9c4b95a8b737b1dca444ef1938d3c
2 Author: Jared Casper <jaredcasper@gmail.com>
3 Date: Thu Dec 11 21:27:46 2008 -0800
5 Compatibility with gcc-4.3
7 Using auto_ptr in elab_net.cc (added in commit 15702f1, "Fix bad
8 memory reference." on 2008-11-28) requires #include <memory> when
9 compiling with gcc-4.3.
11 diff --git a/elab_net.cc b/elab_net.cc
12 index 96a2cbb..a2ea5a4 100644
13 --- a/elab_net.cc
14 +++ b/elab_net.cc
15 @@ -29,6 +29,7 @@
17 # include <iostream>
18 # include <cstring>
19 +# include <memory>
22 * This is a state flag that determines whether an elaborate_net must