Fix compile issues with GCC 4.3, bug47.

This commit is contained in:
Wilson Snyder 2009-01-09 11:28:50 -05:00
parent aac0130613
commit 13e8176884
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,10 @@ Revision history for Verilator
The contributors that suggested a given feature are shown in []. [by ...] The contributors that suggested a given feature are shown in []. [by ...]
indicates the contributor was also the author of the fix; Thanks! indicates the contributor was also the author of the fix; Thanks!
* Verilator 3.70**
**** Fix compile issues with GCC 4.3, bug47. [Lane Brooks]
* Verilator 3.700 2009/01/08 * Verilator 3.700 2009/01/08
** Add limited support for tristate inouts. Written by Lane Brooks. ** Add limited support for tristate inouts. Written by Lane Brooks.

View File

@ -30,6 +30,7 @@
#include <cstdarg> #include <cstdarg>
#include <unistd.h> #include <unistd.h>
#include <map> #include <map>
#include <algorithm>
#include "V3Global.h" #include "V3Global.h"
#include "V3Const.h" #include "V3Const.h"