diff --git a/Changes b/Changes index 8406a3181..58e095465 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,10 @@ Revision history for Verilator The contributors that suggested a given feature are shown in []. [by ...] 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 ** Add limited support for tristate inouts. Written by Lane Brooks. diff --git a/src/V3Const.cpp b/src/V3Const.cpp index 4d23e6fe0..24b2ad530 100644 --- a/src/V3Const.cpp +++ b/src/V3Const.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include "V3Global.h" #include "V3Const.h"