From 3e39109b0ec9c4b95a8b737b1dca444ef1938d3c Mon Sep 17 00:00:00 2001 From: Jared Casper Date: Thu, 11 Dec 2008 21:27:46 -0800 Subject: [PATCH] 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 when compiling with gcc-4.3. --- elab_net.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/elab_net.cc b/elab_net.cc index 96a2cbbf1..a2ea5a424 100644 --- a/elab_net.cc +++ b/elab_net.cc @@ -29,6 +29,7 @@ # include # include +# include /* * This is a state flag that determines whether an elaborate_net must